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 voidVScrollTable. addAndRemoveRows(UIDL partialRowAdditions)Inserts rows in the table body or removes them from the table body based on the commands in the UIDL.voidVTreeTable. addAndRemoveRows(UIDL partialRowAdditions)voidVScrollTable.VScrollTableBody.VScrollTableRow. addCell(UIDL rowUidl, com.google.gwt.user.client.ui.Widget w, char align, String style, boolean sorted, String description)voidVScrollTable.VScrollTableBody.VScrollTableRow. addCell(UIDL rowUidl, String text, char align, String style, boolean textIsHTML, boolean sorted)voidVScrollTable.VScrollTableBody.VScrollTableRow. addCell(UIDL rowUidl, String text, char align, String style, boolean textIsHTML, boolean sorted, String description)voidVTreeTable.VTreeTableScrollBody.VTreeTableRow. addCell(UIDL rowUidl, com.google.gwt.user.client.ui.Widget w, char align, String style, boolean isSorted, String description)voidVTreeTable.VTreeTableScrollBody.VTreeTableRow. addCell(UIDL rowUidl, String text, char align, String style, boolean textIsHTML, boolean isSorted, String description)protected voidVScrollTable.VScrollTableBody.VScrollTableGeneratedRow. addCellsFromUIDL(UIDL uidl, char[] aligns, int col, int visibleColumnIndex)protected voidVScrollTable.VScrollTableBody.VScrollTableRow. addCellsFromUIDL(UIDL uidl, char[] aligns, int col, int visibleColumnIndex)protected voidVTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow. addCellsFromUIDL(UIDL uidl, char[] aligns, int col, int visibleColumnIndex)protected booleanVTreeTable.VTreeTableScrollBody.VTreeTableRow. addTreeSpacer(UIDL rowUidl)protected StringVScrollTable. buildCaptionHtmlSnippet(UIDL uidl)Helper function to build html snippet for column or row headersprotected StringVTreeTable. buildCaptionHtmlSnippet(UIDL uidl)Icons rendered into first actual column in TreeTable, not to row header cellStringVMenuBar. buildItemHTML(UIDL item)Build the HTML content for a menu item.voidVListSelect. buildOptions(UIDL uidl)voidVNativeSelect. buildOptions(UIDL uidl)voidVOptionGroup. buildOptions(UIDL uidl)abstract voidVOptionGroupBase. buildOptions(UIDL uidl)For internal use only.voidVTwinColSelect. buildOptions(UIDL uidl)StringVEmbedded. createFlashEmbed(UIDL uidl)Creates the Object and Embed tags for the Flash plugin so it works cross-browser.protected VScrollTable.VScrollTableBody.VScrollTableRowVScrollTable.VScrollTableBody. createRow(UIDL uidl, char[] aligns2)protected VScrollTable.VScrollTableBody.VScrollTableRowVTreeTable.VTreeTableScrollBody. createRow(UIDL uidl, char[] aligns2)static Map<String,String>VEmbedded. getParameters(UIDL uidl)Returns a map (name -> value) of all parameters in the UIDL.StringVEmbedded. getSrc(UIDL uidl, ApplicationConnection client)Helper to return translated src-attribute from embedded's UIDLvoidVScrollTable. initializeRows(UIDL uidl, UIDL rowData)For internal use only.protected List<VScrollTable.VScrollTableBody.VScrollTableRow>VScrollTable.VScrollTableBody. insertAndReindexRows(UIDL rowData, int firstIndex, int rows)protected List<VScrollTable.VScrollTableBody.VScrollTableRow>VScrollTable.VScrollTableBody. insertRows(UIDL rowData, int firstIndex, int rows)Inserts rows as provided in the rowData starting at firstIndex.protected List<VScrollTable.VScrollTableBody.VScrollTableRow>VTreeTable.VTreeTableScrollBody. insertRowsAnimated(UIDL rowData, int firstIndex, int rows)protected voidVScrollTable.VScrollTableBody. insertRowsDeleteBelow(UIDL rowData, int firstIndex, int rows)static booleanAbstractComponentConnector. isRealUpdate(UIDL uidl)Deprecated.voidVScrollTable.VScrollTableBody. renderInitialRows(UIDL rowData, int firstIndex, int rows)voidVScrollTable.VScrollTableBody. renderRows(UIDL rowData, int firstIndex, int rows)booleanVScrollTable. selectSelectedRows(UIDL uidl)For internal use only.voidVScrollTable. setCacheRateFromUIDL(UIDL uidl)For internal use only.static voidVNotification. showNotification(ApplicationConnection client, UIDL notification)voidShortcutActionHandler. updateActionMap(UIDL c)Updates list of actions this handler listens to.voidVScrollTable. updateActionMap(UIDL mainUidl)For internal use only.voidVScrollTable. updateBody(UIDL uidl, int firstRow, int reqRows)For internal use only.voidVTwinColSelect. updateCaptions(UIDL uidl)For internal use only.voidVScrollTable.TableFooter. updateCellsFromUIDL(UIDL uidl)Updates the cells contents when updateUIDL request is receivedvoidVScrollTable.TableHead. updateCellsFromUIDL(UIDL uidl)voidVScrollTable. updateColumnProperties(UIDL uidl)For internal use only.voidVScrollTable. updateDragMode(UIDL uidl)For internal use only.voidVTree. updateDropHandler(UIDL childUidl)For internal use only.voidVScrollTable. updateFirstVisibleAndScrollIfNeeded(UIDL uidl)For internal use only.voidLegacyConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)Deprecated.voidVMenuBar.CustomMenuItem. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidVScrollTable. updatePageLength(UIDL uidl)For internal use only.voidVScrollTable. updateRowsInBody(UIDL partialRowUpdates)For internal use only.voidVScrollTable. updateSelectionProperties(UIDL uidl, AbstractComponentState state, boolean readOnly)For internal use only.voidVScrollTable. updateSortingProperties(UIDL uidl)For internal use only.voidVFilterSelect.SuggestionPopup. updateStyleNames(UIDL uidl, AbstractComponentState componentState)Updates style names in suggestion popup to help theme building.voidVScrollTable. updateTotalRows(UIDL uidl)For internal use only.voidVTreeTable. updateTotalRows(UIDL uidl)Constructors in com.vaadin.client.ui with parameters of type UIDL Constructor Description FilterSelectSuggestion(UIDL uidl)ConstructorVScrollTableGeneratedRow(UIDL uidl, char[] aligns)VScrollTableRow(UIDL uidl, char[] aligns)VTreeTableGeneratedRow(UIDL uidl, char[] aligns)VTreeTableRow(UIDL uidl, char[] aligns2) -
Uses of UIDL in com.vaadin.client.ui.calendar
Methods in com.vaadin.client.ui.calendar with parameters of type UIDL Modifier and Type Method Description voidCalendarConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of UIDL in com.vaadin.client.ui.combobox
Methods in com.vaadin.client.ui.combobox with parameters of type UIDL Modifier and Type Method Description voidComboBoxConnector. 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.datefield
Methods in com.vaadin.client.ui.datefield with parameters of type UIDL Modifier and Type Method Description voidAbstractDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidInlineDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidTextualDateConnector. 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)protected abstract booleanVAcceptCriterion. accept(VDragEvent drag, UIDL configuration)voidVAcceptCriterion. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Checks if current drag event has valid drop target and target accepts the transferable.protected booleanVAnd. accept(VDragEvent drag, UIDL configuration)protected booleanVContainsDataFlavor. accept(VDragEvent drag, UIDL configuration)protected booleanVDragSourceIs. accept(VDragEvent drag, UIDL configuration)protected booleanVIsOverId. accept(VDragEvent drag, UIDL configuration)protected booleanVItemIdIs. accept(VDragEvent drag, UIDL configuration)protected booleanVLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration)voidVLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)protected booleanVNot. accept(VDragEvent drag, UIDL configuration)voidVNot. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)protected booleanVOr. accept(VDragEvent drag, UIDL configuration)voidVOr. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)protected booleanVOverTreeNode. accept(VDragEvent drag, UIDL configuration)protected booleanVServerAccept. accept(VDragEvent drag, UIDL configuration)voidVServerAccept. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)protected booleanVSourceIsTarget. accept(VDragEvent drag, UIDL configuration)protected booleanVTargetDetailIs. accept(VDragEvent drag, UIDL configuration)protected booleanVTargetInSubtree. accept(VDragEvent drag, UIDL configuration)voidVDragEventServerCallback. handleResponse(boolean accepted, UIDL response)booleanVAcceptCriterion. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)booleanVLazyInitItemIdentifiers. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)booleanVNot. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)booleanVOr. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)booleanVServerAccept. needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)voidVAbstractDropHandler. updateAcceptRules(UIDL uidl)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) -
Uses of UIDL in com.vaadin.client.ui.embedded
Methods in com.vaadin.client.ui.embedded with parameters of type UIDL Modifier and Type Method Description voidEmbeddedConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of UIDL in com.vaadin.client.ui.form
Methods in com.vaadin.client.ui.form with parameters of type UIDL Modifier and Type Method Description voidFormConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
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.optiongroup
Methods in com.vaadin.client.ui.optiongroup with parameters of type UIDL Modifier and Type Method Description voidOptionGroupBaseConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidOptionGroupConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
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.richtextarea
Methods in com.vaadin.client.ui.richtextarea with parameters of type UIDL Modifier and Type Method Description voidRichTextAreaConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of UIDL in com.vaadin.client.ui.table
Methods in com.vaadin.client.ui.table with parameters of type UIDL Modifier and Type Method Description voidTableConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of UIDL in com.vaadin.client.ui.textfield
Methods in com.vaadin.client.ui.textfield with parameters of type UIDL Modifier and Type Method Description voidTextFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of UIDL in com.vaadin.client.ui.tree
Methods in com.vaadin.client.ui.tree with parameters of type UIDL Modifier and Type Method Description voidTreeConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidTreeConnector. updateNodeFromUIDL(VTree.TreeNode treeNode, UIDL uidl, int level) -
Uses of UIDL in com.vaadin.client.ui.treetable
Methods in com.vaadin.client.ui.treetable with parameters of type UIDL Modifier and Type Method Description voidTreeTableConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of UIDL in com.vaadin.client.ui.twincolselect
Methods in com.vaadin.client.ui.twincolselect with parameters of type UIDL Modifier and Type Method Description voidTwinColSelectConnector. 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)
-