Uses of Class
com.vaadin.client.ValueMap
Packages that use ValueMap
-
Uses of ValueMap in com.vaadin.client
Methods in com.vaadin.client that return ValueMapModifier and TypeMethodDescriptionValueMap.getValueMap(String name) Gets the value with the given key as a map.Methods in com.vaadin.client with parameters of type ValueMap -
Uses of ValueMap in com.vaadin.client.bootstrap
Methods in com.vaadin.client.bootstrap that return ValueMap -
Uses of ValueMap in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return ValueMapModifier and TypeMethodDescriptionstatic ValueMapUnwraps 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 ValueMapModifier and TypeMethodDescriptionprotected 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.