Uses of Class
com.vaadin.client.ValueMap
-
Packages that use ValueMap Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.client.debug.internal com.vaadin.client.ui com.vaadin.client.ui.dd -
-
Uses of ValueMap in com.vaadin.client
Methods in com.vaadin.client that return ValueMap Modifier and Type Method Description ValueMapUIDL. getMapAttribute(String name)Gets the named attribute as a Map of named values (key/value pairs).ValueMapValueMap. getValueMap(String name)Methods in com.vaadin.client that return types with arguments of type ValueMap Modifier and Type Method Description com.google.gwt.core.client.JsArray<ValueMap>ValueMap. getJSValueMapArray(String name)Methods in com.vaadin.client with parameters of type ValueMap Modifier and Type Method Description voidApplicationConfiguration. addComponentInheritanceInfo(ValueMap valueMap)voidApplicationConfiguration. addComponentMappings(ValueMap valueMap, WidgetSet widgetSet)static voidVConsole. dirUIDL(ValueMap u, ApplicationConnection client)Deprecated.voidDependencyLoader. loadDependencies(ValueMap json)Loads the any dependencies present in the given json snippet.static voidVConsole. printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection)Deprecated.Constructors in com.vaadin.client with parameters of type ValueMap Constructor Description VUIDLBrowser(ValueMap u, ApplicationConnection client)Deprecated. -
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 json)voidMessageHandler. handleMessage(ValueMap json)Handles a received UIDL JSON text, parsing it, and passing it on to the appropriate handlers, while logging timing information. -
Uses of ValueMap in com.vaadin.client.debug.internal
Methods in com.vaadin.client.debug.internal with parameters of type ValueMap Modifier and Type Method Description voidAnalyzeLayoutsPanel. meta(ApplicationConnection ac, ValueMap meta)voidHierarchySection. meta(ApplicationConnection ac, ValueMap meta)voidInfoSection. meta(ApplicationConnection ac, ValueMap meta)voidLogSection. meta(ApplicationConnection ac, ValueMap meta)voidNetworkSection. meta(ApplicationConnection ac, ValueMap meta)voidProfilerSection. meta(ApplicationConnection ac, ValueMap meta)voidSection. meta(ApplicationConnection ac, ValueMap meta)voidTestBenchSection. meta(ApplicationConnection ac, ValueMap meta)voidVDebugWindow. meta(ApplicationConnection ac, ValueMap meta)Called when the result from analyzeLayouts is received.voidHierarchySection. uidl(ApplicationConnection ac, ValueMap uidl)voidInfoSection. uidl(ApplicationConnection ac, ValueMap uidl)voidLogSection. uidl(ApplicationConnection ac, ValueMap uidl)voidNetworkSection. uidl(ApplicationConnection ac, ValueMap uidl)voidProfilerSection. uidl(ApplicationConnection ac, ValueMap uidl)voidSection. uidl(ApplicationConnection ac, ValueMap uidl)voidTestBenchSection. uidl(ApplicationConnection ac, ValueMap uidl)voidVDebugWindow. uidl(ApplicationConnection ac, ValueMap uidl)Called when a response is received. -
Uses of ValueMap in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as ValueMap Modifier and Type Field Description ValueMapVDragAndDropWrapper. html5DataFlavorsFor internal use only. -
Uses of ValueMap in com.vaadin.client.ui.dd
Methods in com.vaadin.client.ui.dd with parameters of type ValueMap Modifier and Type Method Description voidVDragAndDropManager. handleServerResponse(ValueMap valueMap)Deprecated.Handle the server response for drag and drop.
-