Uses of Class
org.gcube.portlets.user.results.client.model.BasketModelItemType

Packages that use BasketModelItemType
org.gcube.portlets.user.results.client.components   
org.gcube.portlets.user.results.client.draggables   
org.gcube.portlets.user.results.client.model   
 

Uses of BasketModelItemType in org.gcube.portlets.user.results.client.components
 

Methods in org.gcube.portlets.user.results.client.components with parameters of type BasketModelItemType
 void BasketViewItem.applyImage(String label, BasketModelItemType type)
          set the image icon to be shown depending on the type
 

Uses of BasketModelItemType in org.gcube.portlets.user.results.client.draggables
 

Methods in org.gcube.portlets.user.results.client.draggables that return BasketModelItemType
 BasketModelItemType DraggableRow.getType()
           
 

Methods in org.gcube.portlets.user.results.client.draggables with parameters of type BasketModelItemType
 void DraggableRow.setType(BasketModelItemType type)
           
 

Constructors in org.gcube.portlets.user.results.client.draggables 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 uri, String oid, String belongsTo, ResultObj resObject, String basketlabel, Controller ctrl, BasketModelItemType type)
          * constructor for multiplme rows
 

Uses of BasketModelItemType in org.gcube.portlets.user.results.client.model
 

Methods in org.gcube.portlets.user.results.client.model that return BasketModelItemType
 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.
 

Methods in org.gcube.portlets.user.results.client.model with parameters of type BasketModelItemType
 void BasketModelItem.setItemType(BasketModelItemType itemType)
           
 

Constructors in org.gcube.portlets.user.results.client.model with parameters of type BasketModelItemType
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.