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 ValueMapMethods 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.