| Package | Description |
|---|---|
| org.gcube.portlets.user.results.client.components | |
| org.gcube.portlets.user.results.client.draggables | |
| org.gcube.portlets.user.results.client.model |
| Modifier and Type | Method and Description |
|---|---|
void |
BasketViewItem.applyImage(String label,
BasketModelItemType type)
set the image icon to be shown depending on the type
|
| Modifier and Type | Method and Description |
|---|---|
BasketModelItemType |
DraggableRow.getType() |
| 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 uri,
String oid,
String belongsTo,
ResultObj resObject,
String basketlabel,
Controller ctrl,
BasketModelItemType type)
* constructor for multiplme rows
|
| Modifier and Type | Method and Description |
|---|---|
BasketModelItemType |
BasketModelItem.getItemType() |
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 |
BasketModelItem.setItemType(BasketModelItemType itemType) |
| Constructor and Description |
|---|
BasketModelItem(String oid,
String belongsToOid,
String name,
String description,
String collectionID,
BasketModelItemType itemType,
Boolean isNew,
QuerySearchType searchType) |
BasketModelItem(String uri,
String oid,
String belongsToOid,
String name,
String description,
String collectionID,
BasketModelItemType itemType,
Boolean isNew) |
Copyright © 2013. All Rights Reserved.