| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.communication | |
| com.vaadin.client.debug.internal | |
| com.vaadin.client.ui | |
| com.vaadin.client.ui.dd |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
UIDL.getMapAttribute(String name)
Gets the named attribute as a Map of named values (key/value pairs).
|
ValueMap |
ValueMap.getValueMap(String name) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.core.client.JsArray<ValueMap> |
ValueMap.getJSValueMapArray(String name) |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
VUIDLBrowser(ValueMap u,
ApplicationConnection client)
Deprecated.
|
| Modifier and Type | Method and 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
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestBenchSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
VDebugWindow.meta(ApplicationConnection ac,
ValueMap meta)
Called when the result from analyzeLayouts is received.
|
void |
InfoSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
HierarchySection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
NetworkSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
Section.meta(ApplicationConnection ac,
ValueMap meta) |
void |
ProfilerSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
LogSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
AnalyzeLayoutsPanel.meta(ApplicationConnection ac,
ValueMap meta) |
void |
TestBenchSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
VDebugWindow.uidl(ApplicationConnection ac,
ValueMap uidl)
Called when a response is received
|
void |
InfoSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
HierarchySection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
NetworkSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
Section.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
ProfilerSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
LogSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
| Modifier and Type | Field and Description |
|---|---|
ValueMap |
VDragAndDropWrapper.html5DataFlavors
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VDragAndDropManager.handleServerResponse(ValueMap valueMap) |
Copyright © 2016 Vaadin Ltd. All rights reserved.