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

Packages that use ColumnKey
org.gcube.portlets.user.tdw.client   
org.gcube.portlets.user.tdw.client.config   
org.gcube.portlets.user.tdw.client.model.grid   
org.gcube.portlets.user.tdw.shared.model   
 

Uses of ColumnKey in org.gcube.portlets.user.tdw.client
 

Fields in org.gcube.portlets.user.tdw.client with type parameters of type ColumnKey
protected  Map<String,ColumnKey> TabularDataGridPanel.keys
           
 

Uses of ColumnKey in org.gcube.portlets.user.tdw.client.config
 

Fields in org.gcube.portlets.user.tdw.client.config with type parameters of type ColumnKey
protected  Map<String,ColumnKey> Row.keys
           
 

Constructor parameters in org.gcube.portlets.user.tdw.client.config with type arguments of type ColumnKey
Row(DataRow dataRow, Map<String,ColumnKey> keys)
           
Row(Map<String,ColumnKey> keys)
           
 

Uses of ColumnKey in org.gcube.portlets.user.tdw.client.model.grid
 

Fields in org.gcube.portlets.user.tdw.client.model.grid declared as ColumnKey
protected  ColumnKey DataRowValueProvider.key
           
protected  ColumnKey DataRowModelKeyProvider.key
           
 

Methods in org.gcube.portlets.user.tdw.client.model.grid with parameters of type ColumnKey
protected  void JSonValueConverter.setValue(DataRow row, JSonValue json, ColumnKey key, ValueType type)
           
 

Constructors in org.gcube.portlets.user.tdw.client.model.grid with parameters of type ColumnKey
DataRowModelKeyProvider(ColumnKey key)
           
DataRowValueProvider(ColumnKey key)
           
 

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

Fields in org.gcube.portlets.user.tdw.shared.model declared as ColumnKey
protected  ColumnKey ColumnDefinition.key
           
 

Fields in org.gcube.portlets.user.tdw.shared.model with type parameters of type ColumnKey
protected  List<ColumnKey> TableDefinition.keys
           
 

Methods in org.gcube.portlets.user.tdw.shared.model that return ColumnKey
 ColumnKey ColumnDefinition.getKey()
           
 

Methods in org.gcube.portlets.user.tdw.shared.model that return types with arguments of type ColumnKey
 List<ColumnKey> TableDefinition.getKeys()
          Returns the columns keys.
 

Methods in org.gcube.portlets.user.tdw.shared.model with parameters of type ColumnKey
<T> T
DataRow.get(ColumnKey key)
           
<T> void
DataRow.set(ColumnKey key, T value)
           
 



Copyright © 2013. All Rights Reserved.