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

Packages that use DataRow
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.client.model.util   
 

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

Fields in org.gcube.portlets.user.tdw.client with type parameters of type DataRow
protected  com.sencha.gxt.widget.core.client.grid.Grid<DataRow> TabularDataGridPanel.grid
           
protected  com.sencha.gxt.widget.core.client.grid.LiveGridView<DataRow> TabularDataGridPanel.liveGridView
           
protected  com.sencha.gxt.data.shared.loader.PagingLoader<com.sencha.gxt.data.shared.loader.PagingLoadConfig,com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow>> TabularDataGridPanel.loader
           
 

Methods in org.gcube.portlets.user.tdw.client that return types with arguments of type DataRow
 com.sencha.gxt.widget.core.client.grid.Grid<DataRow> TabularDataGridPanel.getGrid()
           
 

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

Fields in org.gcube.portlets.user.tdw.client.config declared as DataRow
protected  DataRow Row.dataRow
           
 

Methods in org.gcube.portlets.user.tdw.client.config with parameters of type DataRow
 String TabularDataGridViewConfig.getColStyle(DataRow model, com.sencha.gxt.core.client.ValueProvider<? super DataRow,?> valueProvider, int rowIndex, int colIndex)
          
 String TabularDataGridViewConfig.getRowStyle(DataRow model, int rowIndex)
          
protected  void Row.setDataRow(DataRow dataRow)
           
 

Method parameters in org.gcube.portlets.user.tdw.client.config with type arguments of type DataRow
 String TabularDataGridViewConfig.getColStyle(DataRow model, com.sencha.gxt.core.client.ValueProvider<? super DataRow,?> valueProvider, int rowIndex, int colIndex)
          
 

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

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

Methods in org.gcube.portlets.user.tdw.client.model.grid that return DataRow
 DataRow JSonValueConverter.convertToDataRow(JSonValue json)
           
 

Methods in org.gcube.portlets.user.tdw.client.model.grid that return types with arguments of type DataRow
 List<DataRow> JSonValueConverter.convertToDataRow(com.google.gwt.core.client.JsArray<JSonValue> json)
           
 List<DataRow> JSonValueConverter.convertToDataRow(List<JSonValue> json)
           
 com.sencha.gxt.data.shared.loader.ListLoadResult<DataRow> DataRowReader.read(Object loadConfig, String data)
          
 com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow> DataRowPagingReader.read(Object loadConfig, String data)
           
 

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

Uses of DataRow in org.gcube.portlets.user.tdw.client.model.util
 

Method parameters in org.gcube.portlets.user.tdw.client.model.util with type arguments of type DataRow
static void ColumnConfigGenerator.setEditor(com.sencha.gxt.widget.core.client.grid.editing.AbstractGridEditing<DataRow> editableGrid, com.sencha.gxt.widget.core.client.grid.ColumnConfig<DataRow,?> columnConfig)
           
static void ColumnConfigGenerator.setEditor(com.sencha.gxt.widget.core.client.grid.editing.AbstractGridEditing<DataRow> editableGrid, com.sencha.gxt.widget.core.client.grid.ColumnConfig<DataRow,?> columnConfig)
           
static void ColumnConfigGenerator.setEditor(com.sencha.gxt.widget.core.client.grid.editing.AbstractGridEditing<DataRow> editableGrid, DataRowColumnConfig<?> columnConfig)
           
 



Copyright © 2013. All Rights Reserved.