public final class JSonTable
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
JSonTable() |
| Modifier and Type | Method and Description |
|---|---|
static JSonTable |
getJSonTable(String json) |
List<JSonValue> |
getList(String rowsField)
Return a list of
JSonValue from the specified JSON string. |
int |
getOffset(String fieldName) |
com.google.gwt.core.client.JsArray<JSonValue> |
getRows(String rowsField) |
int |
getTotalLength(String fieldName) |
public List<JSonValue> getList(String rowsField)
JSonValue from the specified JSON string.json - the JSON string.rowsField - the list root.public final int getTotalLength(String fieldName)
public final int getOffset(String fieldName)
Copyright © 2014. All Rights Reserved.