public final class ValueMap
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
ValueMap()
JSO constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String name)
Checks if the map contains the given key.
|
int |
getInt(String name)
Gets the value with the given key as an integer.
|
JsArray<String> |
getJSStringArray(String name)
Gets the value with the given key as an string array.
|
String |
getString(String name)
Gets the value with the given key as a string.
|
ValueMap |
getValueMap(String name)
Gets the value with the given key as a map.
|
public int getInt(String name)
name - the map keypublic String getString(String name)
name - the map keypublic JsArray<String> getJSStringArray(String name)
name - the map keypublic boolean containsKey(String name)
name - the map keyCopyright © 2000–2018 Vaadin Ltd. All rights reserved.