Uses of Class
org.gcube.portlets.user.tdw.shared.model.ColumnType

Packages that use ColumnType
org.gcube.portlets.user.tdw.shared.model   
 

Uses of ColumnType in org.gcube.portlets.user.tdw.shared.model
 

Fields in org.gcube.portlets.user.tdw.shared.model declared as ColumnType
protected  ColumnType ColumnDefinition.type
           
 

Methods in org.gcube.portlets.user.tdw.shared.model that return ColumnType
 ColumnType ColumnDefinition.getType()
           
static ColumnType ColumnType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColumnType[] ColumnType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.portlets.user.tdw.shared.model with parameters of type ColumnType
 void ColumnDefinition.setType(ColumnType type)
           
 

Constructors in org.gcube.portlets.user.tdw.shared.model with parameters of type ColumnType
ColumnDefinition(String id, String label, ValueType valueType, int width, boolean editable, boolean visible, ColumnType type)
          Creates a new column definition.
 



Copyright © 2013. All Rights Reserved.