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 UIDLUIDL. getChildByTagName(String tagName)Returns the child UIDL by its name.UIDLUIDL. 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 ComponentConnectorApplicationConnection. getPaintable(UIDL uidl)Deprecated.static booleanUtil. isCached(UIDL uidl)Deprecated.booleanApplicationConnection. updateComponent(com.google.gwt.user.client.ui.Widget component, UIDL uidl, boolean manageCaption)Deprecated.As of 7.0, no longer serves any purposevoidPaintable. 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 StringVMenuBar. 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 booleanAbstractComponentConnector. isRealUpdate(UIDL uidl)Deprecated.voidShortcutActionHandler. updateActionMap(UIDL c)Updates list of actions this handler listens to.voidLegacyConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)Deprecated.voidVMenuBar.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 voidCustomLayoutConnector. 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 booleanVAcceptAll. accept(VDragEvent drag, UIDL configuration)Deprecated.protected abstract booleanVAcceptCriterion. accept(VDragEvent drag, UIDL configuration)Deprecated.Returns whether a client-side check accepts the drop attempt.voidVAcceptCriterion. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.Checks if current drag event has valid drop target and target accepts the transferable.protected booleanVAnd. accept(VDragEvent drag, UIDL configuration)Deprecated.protected booleanVContainsDataFlavor. accept(VDragEvent drag, UIDL configuration)Deprecated.protected booleanVDragSourceIs. accept(VDragEvent drag, UIDL configuration)Deprecated.protected booleanVLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration)Deprecated.voidVLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.protected booleanVNot. accept(VDragEvent drag, UIDL configuration)Deprecated.voidVNot. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.protected booleanVOr. accept(VDragEvent drag, UIDL configuration)Deprecated.voidVOr. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.protected booleanVOverTreeNode. accept(VDragEvent drag, UIDL configuration)Deprecated.protected booleanVServerAccept. accept(VDragEvent drag, UIDL configuration)Deprecated.voidVServerAccept. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.protected booleanVSourceIsTarget. accept(VDragEvent drag, UIDL configuration)Deprecated.protected booleanVTargetDetailIs. accept(VDragEvent drag, UIDL configuration)Deprecated.voidVDragEventServerCallback. handleResponse(boolean accepted, UIDL response)Deprecated.Handle the server response for drag and drop.booleanVAcceptCriterion. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)Deprecated.Returns whether a server side check is needed for determining acceptance.booleanVLazyInitItemIdentifiers. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)Deprecated.booleanVNot. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)Deprecated.booleanVOr. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)Deprecated.booleanVServerAccept. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)Deprecated.voidVAbstractDropHandler. updateAcceptRules(UIDL uidl)Deprecated.Implementor/user ofVAbstractDropHandlermust pass the UIDL painted byAcceptCriterionto 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 voidDragAndDropWrapperConnector. 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 voidMenuBarConnector. 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 voidPanelConnector. 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 voidUIConnector. 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 voidUploadConnector. 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 voidWindowConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-