We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.
Class ValueMap
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.vaadin.terminal.gwt.client.ValueMap
- extends com.google.gwt.core.client.JavaScriptObject
public final class ValueMap
Constructor Summary | |
---|---|
protected |
ValueMap()
|
Method Summary | |
---|---|
boolean |
containsKey(String name)
|
boolean |
getBoolean(String name)
|
int |
getInt(String name)
|
int[] |
getIntArray(String name)
|
com.google.gwt.core.client.JsArrayString |
getKeyArray()
|
Set<String> |
getKeySet()
|
double |
getRawNumber(String name)
|
String |
getString(String name)
|
String[] |
getStringArray(String name)
|
ValueMap |
getValueMap(String name)
|
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 |
---|
ValueMap
protected ValueMap()
Method Detail |
---|
getRawNumber
public double getRawNumber(String name)
getInt
public int getInt(String name)
getBoolean
public boolean getBoolean(String name)
getString
public String getString(String name)
getKeyArray
public com.google.gwt.core.client.JsArrayString getKeyArray()
getKeySet
public Set<String> getKeySet()
getStringArray
public String[] getStringArray(String name)
getIntArray
public int[] getIntArray(String name)
containsKey
public boolean containsKey(String name)
getValueMap
public ValueMap getValueMap(String name)