|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.overlord.sramp.ui.client.util.JsonMap
public class JsonMap
A javascript map object. This class is typically used to wrap some map data returned as JSON from the server.
| Constructor Summary | |
|---|---|
protected |
JsonMap()
Constructor. |
| Method Summary | |
|---|---|
static JsonMap |
fromJSON(String jsonData)
Convert a string of json data into a useful map. |
String |
get(String key)
Gets a value from the map. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected JsonMap()
| Method Detail |
|---|
public final String get(String key)
key - public static final JsonMap fromJSON(String jsonData)
jsonData -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||