Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
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
|
Modifier and Type | Method and Description |
---|---|
Client_DigiObjectInfo |
CollectionServiceImpl.getDigitalObjectOnDemand(String objectid,
String belongsTo,
BasketModelItemType type) |
Copyright © 2014. All Rights Reserved.