Uses of Class
com.vaadin.client.UIDL
-
-
Uses of UIDL in com.vaadin.client
Methods in com.vaadin.client that return UIDL Modifier and Type Method 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.Methods in com.vaadin.client with parameters of type UIDL Modifier and Type Method 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 purposevoid
Paintable. updateFromUIDL(UIDL uidl, ApplicationConnection client)
Deprecated.Constructors in com.vaadin.client with parameters of type UIDL Constructor Description VUIDLBrowser(UIDL uidl, ApplicationConnection client)
Deprecated. -
Uses of UIDL in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type UIDL Modifier and Type Method 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)
-
Uses of UIDL in com.vaadin.client.ui.customlayout
Methods in com.vaadin.client.ui.customlayout with parameters of type UIDL Modifier and Type Method Description void
CustomLayoutConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-
Uses of UIDL in com.vaadin.client.ui.dd
Methods in com.vaadin.client.ui.dd with parameters of type UIDL Modifier and Type Method Description protected boolean
VAcceptAll. accept(VDragEvent drag, UIDL configuration)
Deprecated.protected abstract boolean
VAcceptCriterion. accept(VDragEvent drag, UIDL configuration)
Deprecated.Returns whether a client-side check accepts the drop attempt.void
VAcceptCriterion. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
Deprecated.Checks if current drag event has valid drop target and target accepts the transferable.protected boolean
VAnd. accept(VDragEvent drag, UIDL configuration)
Deprecated.protected boolean
VContainsDataFlavor. accept(VDragEvent drag, UIDL configuration)
Deprecated.protected boolean
VDragSourceIs. accept(VDragEvent drag, UIDL configuration)
Deprecated.protected boolean
VLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration)
Deprecated.void
VLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
Deprecated.protected boolean
VNot. accept(VDragEvent drag, UIDL configuration)
Deprecated.void
VNot. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
Deprecated.protected boolean
VOr. accept(VDragEvent drag, UIDL configuration)
Deprecated.void
VOr. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
Deprecated.protected boolean
VOverTreeNode. accept(VDragEvent drag, UIDL configuration)
Deprecated.protected boolean
VServerAccept. accept(VDragEvent drag, UIDL configuration)
Deprecated.void
VServerAccept. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
Deprecated.protected boolean
VSourceIsTarget. accept(VDragEvent drag, UIDL configuration)
Deprecated.protected boolean
VTargetDetailIs. accept(VDragEvent drag, UIDL configuration)
Deprecated.void
VDragEventServerCallback. handleResponse(boolean accepted, UIDL response)
Deprecated.Handle the server response for drag and drop.boolean
VAcceptCriterion. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
Deprecated.Returns whether a server side check is needed for determining acceptance.boolean
VLazyInitItemIdentifiers. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
Deprecated.boolean
VNot. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
Deprecated.boolean
VOr. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
Deprecated.boolean
VServerAccept. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
Deprecated.void
VAbstractDropHandler. updateAcceptRules(UIDL uidl)
Deprecated.Implementor/user ofVAbstractDropHandler
must pass the UIDL painted byAcceptCriterion
to this method. -
Uses of UIDL in com.vaadin.client.ui.draganddropwrapper
Methods in com.vaadin.client.ui.draganddropwrapper with parameters of type UIDL Modifier and Type Method Description void
DragAndDropWrapperConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
Deprecated. -
Uses of UIDL in com.vaadin.client.ui.menubar
Methods in com.vaadin.client.ui.menubar with parameters of type UIDL Modifier and Type Method 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. -
Uses of UIDL in com.vaadin.client.ui.panel
Methods in com.vaadin.client.ui.panel with parameters of type UIDL Modifier and Type Method Description void
PanelConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-
Uses of UIDL in com.vaadin.client.ui.ui
Methods in com.vaadin.client.ui.ui with parameters of type UIDL Modifier and Type Method Description void
UIConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-
Uses of UIDL in com.vaadin.client.ui.upload
Methods in com.vaadin.client.ui.upload with parameters of type UIDL Modifier and Type Method Description void
UploadConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-
Uses of UIDL in com.vaadin.client.ui.window
Methods in com.vaadin.client.ui.window with parameters of type UIDL Modifier and Type Method Description void
WindowConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-