public class JSonValueConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ColumnDefinition[] |
columns |
| Constructor and Description |
|---|
JSonValueConverter(List<ColumnDefinition> columns) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected ColumnDefinition[] columns
public JSonValueConverter(List<ColumnDefinition> columns)
Copyright © 2016. All Rights Reserved.