| Modifier and Type | Method and Description |
|---|---|
ResultObj |
ResultItem.getResObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultItem.viewObject(ResultObj resObject) |
| Constructor and Description |
|---|
ResultItem(Controller controller,
ResultObj resObject,
int pos,
com.google.gwt.user.client.ui.Image thumb,
FlexTableRowDragController dragController) |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.addBasketItem(ResultObj obj)
Add a basket item to the model and to the view
|
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.displayResults(Vector<ResultObj> results,
int from,
int to,
String currTotal,
boolean normalResults,
HashMap<String,String> externalLinks)
adds a record to the recordpanel
|
| Modifier and Type | Method and Description |
|---|---|
ResultObj |
DraggableRow.getResObject() |
| Constructor and Description |
|---|
DraggableRow(ResultObj resObject,
com.google.gwt.user.client.ui.HTML caption,
String basketlabel,
Controller ctrl,
BasketModelItemType type)
single row constructor
|
DraggableRow(String uri,
String oid,
String belongsTo,
ResultObj resObject,
String basketlabel,
Controller ctrl,
BasketModelItemType type)
* constructor for multiplme rows
|
| Modifier and Type | Method and Description |
|---|---|
Vector<ResultObj> |
ResultsContainer.getResultRecords() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsContainer.setResultRecords(Vector<ResultObj> resultRecords) |
| Constructor and Description |
|---|
ResultsContainer(Vector<ResultObj> resultRecords,
String[] optionalParams,
ResultType type,
HashMap<String,String> activelinksIntoVRE) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordsPanel.displayFieldValues(Vector<ResultObj> results,
int from,
int to,
String currTotal) |
void |
RecordsPanel.displayresults(Vector<ResultObj> results,
int from,
int to,
String currTotal,
boolean normalResults) |
Copyright © 2013. All Rights Reserved.