Uses of Class
com.vaadin.client.ValueMap
-
Packages that use ValueMap Package Description com.vaadin.client com.vaadin.client.bootstrap com.vaadin.client.communication -
-
Uses of ValueMap in com.vaadin.client
Methods in com.vaadin.client that return ValueMap Modifier and Type Method Description ValueMapValueMap. getValueMap(String name)Gets the value with the given key as a map.Methods in com.vaadin.client with parameters of type ValueMap Modifier and Type Method Description voidApplicationConnection. start(ValueMap initialUidl)Starts this application. -
Uses of ValueMap in com.vaadin.client.bootstrap
Methods in com.vaadin.client.bootstrap that return ValueMap Modifier and Type Method Description ValueMapJsoConfiguration. getConfigValueMap(String name)Reads a configuration parameter as aValueMap.ValueMapJsoConfiguration. getUIDL()Gets the initial UIDL from the bootstrap page. -
Uses of ValueMap in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return ValueMap Modifier and Type Method Description static ValueMapMessageHandler. parseJson(String jsonText)Unwraps and parses the given JSON, originating from the server.static ValueMapMessageHandler. parseWrappedJson(String wrappedJsonText)Parse the given wrapped JSON, received from the server, to a ValueMap.Methods in com.vaadin.client.communication with parameters of type ValueMap Modifier and Type Method Description protected voidMessageHandler. handleJSON(ValueMap valueMap)voidMessageHandler. handleMessage(ValueMap json)Handles a received UIDL JSON text, parsing it, and passing it on to the appropriate handlers, while logging timing information.
-