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 ValueMap
UIDL. getMapAttribute(String name)
Gets the named attribute as a Map of named values (key/value pairs).ValueMap
ValueMap. 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 void
ApplicationConfiguration. addComponentInheritanceInfo(ValueMap valueMap)
void
ApplicationConfiguration. addComponentMappings(ValueMap valueMap, WidgetSet widgetSet)
static void
VConsole. dirUIDL(ValueMap u, ApplicationConnection client)
Deprecated.static void
VConsole. 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 ValueMap
MessageHandler. parseJson(String jsonText)
Unwraps and parses the given JSON, originating from the server.static ValueMap
MessageHandler. 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 void
MessageHandler. handleJSON(ValueMap json)
void
MessageHandler. 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 void
AnalyzeLayoutsPanel. meta(ApplicationConnection ac, ValueMap meta)
void
HierarchySection. meta(ApplicationConnection ac, ValueMap meta)
void
InfoSection. meta(ApplicationConnection ac, ValueMap meta)
void
LogSection. meta(ApplicationConnection ac, ValueMap meta)
void
NetworkSection. meta(ApplicationConnection ac, ValueMap meta)
void
ProfilerSection. meta(ApplicationConnection ac, ValueMap meta)
void
Section. meta(ApplicationConnection ac, ValueMap meta)
void
TestBenchSection. meta(ApplicationConnection ac, ValueMap meta)
void
VDebugWindow. meta(ApplicationConnection ac, ValueMap meta)
Called when the result from analyzeLayouts is received.void
HierarchySection. uidl(ApplicationConnection ac, ValueMap uidl)
void
InfoSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
LogSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
NetworkSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
ProfilerSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
Section. uidl(ApplicationConnection ac, ValueMap uidl)
void
TestBenchSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
VDebugWindow. 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 ValueMap
VDragAndDropWrapper. html5DataFlavors
For 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 void
VDragAndDropManager. handleServerResponse(ValueMap valueMap)
-