org.gcube.portlets.user.tdw.client.model.json
Class JSonTable
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.gcube.portlets.user.tdw.client.model.json.JSonTable
public final class JSonTable
- extends com.google.gwt.core.client.JavaScriptObject
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
JSonTable
protected JSonTable()
getJSonTable
public static final JSonTable getJSonTable(String json)
getList
public List<JSonValue> getList(String rowsField)
- Return a list of
JSonValue from the specified JSON string.
- Parameters:
json - the JSON string.rowsField - the list root.
- Returns:
- the extracted list.
getRows
public final com.google.gwt.core.client.JsArray<JSonValue> getRows(String rowsField)
getTotalLength
public final int getTotalLength(String fieldName)
getOffset
public final int getOffset(String fieldName)
Copyright © 2013. All Rights Reserved.