org.gcube.portlets.user.tdw.client.model.grid
Class DataRowValueProvider<V>

java.lang.Object
  extended by org.gcube.portlets.user.tdw.client.model.grid.DataRowValueProvider<V>
All Implemented Interfaces:
com.sencha.gxt.core.client.ValueProvider<DataRow,V>

public class DataRowValueProvider<V>
extends Object
implements com.sencha.gxt.core.client.ValueProvider<DataRow,V>

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

Field Summary
protected  ColumnKey key
           
 
Constructor Summary
DataRowValueProvider(ColumnKey key)
           
 
Method Summary
 String getPath()
          
 V getValue(DataRow row)
          
 void setValue(DataRow row, V value)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected ColumnKey key
Constructor Detail

DataRowValueProvider

public DataRowValueProvider(ColumnKey key)
Method Detail

getValue

public V getValue(DataRow row)

Specified by:
getValue in interface com.sencha.gxt.core.client.ValueProvider<DataRow,V>

setValue

public void setValue(DataRow row,
                     V value)

Specified by:
setValue in interface com.sencha.gxt.core.client.ValueProvider<DataRow,V>

getPath

public String getPath()

Specified by:
getPath in interface com.sencha.gxt.core.client.ValueProvider<DataRow,V>


Copyright © 2013. All Rights Reserved.