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.client.
Class ValueMap
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.ValueMap
-
public final class ValueMap extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ValueMap()
-
Method Summary
All Methods Modifier and Type Method Description boolean
containsKey(String name)
String
getAsString(String name)
boolean
getBoolean(String name)
int
getInt(String name)
int[]
getIntArray(String name)
com.google.gwt.core.client.JavaScriptObject
getJavaScriptObject(String name)
com.google.gwt.core.client.JsArrayString
getJSStringArray(String name)
com.google.gwt.core.client.JsArray<ValueMap>
getJSValueMapArray(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)
-
-
-
Method Detail
-
getRawNumber
public double getRawNumber(String name)
-
getInt
public int getInt(String name)
-
getBoolean
public boolean getBoolean(String name)
-
getKeyArray
public com.google.gwt.core.client.JsArrayString getKeyArray()
-
getJSStringArray
public com.google.gwt.core.client.JsArrayString getJSStringArray(String name)
-
getJSValueMapArray
public com.google.gwt.core.client.JsArray<ValueMap> getJSValueMapArray(String name)
-
getIntArray
public int[] getIntArray(String name)
-
containsKey
public boolean containsKey(String name)
-
getJavaScriptObject
public com.google.gwt.core.client.JavaScriptObject getJavaScriptObject(String name)
-
-