Modifier and Type | Method and Description |
---|---|
ResultObj |
ResultItem.getResObject() |
ResultObj |
DraggableRow.getResObject() |
Modifier and Type | Method and Description |
---|---|
void |
ResultItem.viewObject(ResultObj resObject) |
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 oid,
String belongsTo,
ResultObj resObject,
String basketlabel,
Controller ctrl,
BasketModelItemType type)
* constructor for multiplme rows
|
ResultItem(Controller controller,
ResultObj resObject,
int pos,
com.google.gwt.user.client.ui.Image thumb) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.displaySingleResult(ResultObj result,
int i,
int from,
boolean isLastOne)
single result
|
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 |
---|---|
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 |
ItemsDisplayerPanel.addSingleResult(ResultObj result,
int i,
int from,
boolean isLastOne) |
Modifier and Type | Method and Description |
---|---|
void |
ItemsDisplayerPanel.displayresults(Vector<ResultObj> results,
int from,
int to,
String currTotal,
boolean normalResults) |
Copyright © 2014. All Rights Reserved.