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

java.lang.Object
  extended by org.gcube.portlets.user.tdw.client.model.grid.JSonValueConverter

public class JSonValueConverter
extends Object

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

Field Summary
protected  ColumnDefinition[] columns
           
 
Constructor Summary
JSonValueConverter(List<ColumnDefinition> columns)
           
 
Method Summary
 List<DataRow> convertToDataRow(com.google.gwt.core.client.JsArray<JSonValue> json)
           
 DataRow convertToDataRow(JSonValue json)
           
 List<DataRow> convertToDataRow(List<JSonValue> json)
           
protected  void setValue(DataRow row, JSonValue json, ColumnKey key, ValueType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columns

protected ColumnDefinition[] columns
Constructor Detail

JSonValueConverter

public JSonValueConverter(List<ColumnDefinition> columns)
Method Detail

convertToDataRow

public List<DataRow> convertToDataRow(List<JSonValue> json)

convertToDataRow

public List<DataRow> convertToDataRow(com.google.gwt.core.client.JsArray<JSonValue> json)

convertToDataRow

public DataRow convertToDataRow(JSonValue json)

setValue

protected void setValue(DataRow row,
                        JSonValue json,
                        ColumnKey key,
                        ValueType type)


Copyright © 2013. All Rights Reserved.