| Modifier and Type | Method and Description |
|---|---|
UIDL |
UIDL.getChildByTagName(String tagName)
Returns the child UIDL by its name.
|
UIDL |
UIDL.getChildUIDL(int i)
Gets the UIDL for the child at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentConnector |
ApplicationConnection.getPaintable(UIDL uidl)
Deprecated.
|
static boolean |
Util.isCached(UIDL uidl)
Deprecated.
|
boolean |
ApplicationConnection.updateComponent(com.google.gwt.user.client.ui.Widget component,
UIDL uidl,
boolean manageCaption)
Deprecated.
As of 7.0, no longer serves any purpose
|
void |
Paintable.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
| Constructor and Description |
|---|
VUIDLBrowser(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
VMenuBar.buildItemHTML(UIDL item)
Build the HTML content for a menu item.
|
static Map<String,String> |
VEmbedded.getParameters(UIDL uidl)
Returns a map (name -> value) of all parameters in the UIDL.
|
static boolean |
AbstractComponentConnector.isRealUpdate(UIDL uidl)
Deprecated.
|
void |
ShortcutActionHandler.updateActionMap(UIDL c)
Updates list of actions this handler listens to.
|
void |
LegacyConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
void |
VMenuBar.CustomMenuItem.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLayoutConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
VDragSourceIs.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VOr.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VOverTreeNode.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VContainsDataFlavor.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VLazyInitItemIdentifiers.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VSourceIsTarget.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VNot.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VTargetDetailIs.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected abstract boolean |
VAcceptCriterion.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VServerAccept.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VAcceptAll.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VAnd.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
void |
VOr.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VLazyInitItemIdentifiers.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VNot.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VAcceptCriterion.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
Checks if current drag event has valid drop target and target accepts the
transferable.
|
void |
VServerAccept.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VDragEventServerCallback.handleResponse(boolean accepted,
UIDL response)
Deprecated.
|
boolean |
VOr.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VLazyInitItemIdentifiers.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VNot.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VAcceptCriterion.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VServerAccept.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
void |
VAbstractDropHandler.updateAcceptRules(UIDL uidl)
Deprecated.
Implementor/user of
VAbstractDropHandler must pass the UIDL
painted by AcceptCriterion to this method. |
| Modifier and Type | Method and Description |
|---|---|
void |
DragAndDropWrapperConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuBarConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
This method must be implemented to update the client-side component from
UIDL data received from server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PanelConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
Copyright © 2018 Vaadin Ltd. All rights reserved.