|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasketModelItemType | |
---|---|
org.gcube.portlets.user.collectionexplorer.client | |
org.gcube.portlets.user.collectionexplorer.client.components | |
org.gcube.portlets.user.collectionexplorer.server |
Uses of BasketModelItemType in org.gcube.portlets.user.collectionexplorer.client |
---|
Methods in org.gcube.portlets.user.collectionexplorer.client with parameters of type BasketModelItemType | |
---|---|
Client_DigiObjectInfo |
CollectionService.getDigitalObjectOnDemand(String objectid,
String belongsTo,
BasketModelItemType type)
used to get additional information on demand |
void |
CollectionServiceAsync.getDigitalObjectOnDemand(String objectid,
String belongsTo,
BasketModelItemType type,
com.google.gwt.user.client.rpc.AsyncCallback<Client_DigiObjectInfo> callback)
|
Uses of BasketModelItemType in org.gcube.portlets.user.collectionexplorer.client.components |
---|
Methods in org.gcube.portlets.user.collectionexplorer.client.components that return BasketModelItemType | |
---|---|
BasketModelItemType |
DraggableRow.getType()
|
static BasketModelItemType |
BasketModelItemType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BasketModelItemType[] |
BasketModelItemType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.gcube.portlets.user.collectionexplorer.client.components with parameters of type BasketModelItemType | |
---|---|
void |
DraggableRow.displayContent(Controller ctrl,
String oid,
String belongsTo,
BasketModelItemType type)
fetch additional info for displaying them to the user depending on what he clicked |
void |
DraggableRow.setType(BasketModelItemType type)
|
Constructors in org.gcube.portlets.user.collectionexplorer.client.components with parameters of type BasketModelItemType | |
---|---|
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 |
Uses of BasketModelItemType in org.gcube.portlets.user.collectionexplorer.server |
---|
Methods in org.gcube.portlets.user.collectionexplorer.server with parameters of type BasketModelItemType | |
---|---|
Client_DigiObjectInfo |
CollectionServiceImpl.getDigitalObjectOnDemand(String objectid,
String belongsTo,
BasketModelItemType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |