org.gcube.portlets.user.tdw.client.model.grid
Class DataRowPagingReader

java.lang.Object
  extended by org.gcube.portlets.user.tdw.client.model.grid.DataRowPagingReader
All Implemented Interfaces:
com.sencha.gxt.data.shared.loader.DataReader<com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow>,String>

public class DataRowPagingReader
extends Object
implements com.sencha.gxt.data.shared.loader.DataReader<com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow>,String>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  JSonValueConverter converter
           
protected  TableDefinition definition
           
 
Constructor Summary
DataRowPagingReader(TableDefinition definition)
           
 
Method Summary
 com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow> read(Object loadConfig, String data)
           
 void setDefinition(TableDefinition definition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

definition

protected TableDefinition definition

converter

protected JSonValueConverter converter
Constructor Detail

DataRowPagingReader

public DataRowPagingReader(TableDefinition definition)
Method Detail

setDefinition

public void setDefinition(TableDefinition definition)
Parameters:
definition - the definition to set

read

public com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow> read(Object loadConfig,
                                                                        String data)
Specified by:
read in interface com.sencha.gxt.data.shared.loader.DataReader<com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow>,String>


Copyright © 2013. All Rights Reserved.