Uses of Class
com.vaadin.client.UIDL

Packages that use UIDL
com.vaadin.client   
com.vaadin.client.ui   
com.vaadin.client.ui.calendar   
com.vaadin.client.ui.combobox   
com.vaadin.client.ui.customlayout   
com.vaadin.client.ui.datefield   
com.vaadin.client.ui.dd   
com.vaadin.client.ui.draganddropwrapper   
com.vaadin.client.ui.embedded   
com.vaadin.client.ui.form   
com.vaadin.client.ui.gridlayout   
com.vaadin.client.ui.menubar   
com.vaadin.client.ui.optiongroup   
com.vaadin.client.ui.panel   
com.vaadin.client.ui.richtextarea   
com.vaadin.client.ui.table   
com.vaadin.client.ui.textfield   
com.vaadin.client.ui.tree   
com.vaadin.client.ui.treetable   
com.vaadin.client.ui.twincolselect   
com.vaadin.client.ui.ui   
com.vaadin.client.ui.upload   
com.vaadin.client.ui.window   
 

Uses of UIDL in com.vaadin.client
 

Methods in com.vaadin.client that return UIDL
 UIDL UIDL.getChildByTagName(java.lang.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
 ComponentConnector ApplicationConnection.getPaintable(UIDL uidl)
          Deprecated. 
static boolean Util.isCached(UIDL uidl)
          Deprecated. 
 boolean ApplicationConnection.updateComponent(Widget component, UIDL uidl, boolean manageCaption)
          Deprecated. As of 7.0, no longer serves any purpose
 void Paintable.updateFromUIDL(UIDL uidl, ApplicationConnection client)
          Deprecated.  
 

Constructors in com.vaadin.client with parameters of type UIDL
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
 void VTreeTable.addAndRemoveRows(UIDL partialRowAdditions)
           
 void VScrollTable.addAndRemoveRows(UIDL partialRowAdditions)
          Inserts rows in the table body or removes them from the table body based on the commands in the UIDL.
 void VScrollTable.VScrollTableBody.VScrollTableRow.addCell(UIDL rowUidl, java.lang.String text, char align, java.lang.String style, boolean textIsHTML, boolean sorted)
           
 void VTreeTable.VTreeTableScrollBody.VTreeTableRow.addCell(UIDL rowUidl, java.lang.String text, char align, java.lang.String style, boolean textIsHTML, boolean isSorted, java.lang.String description)
           
 void VScrollTable.VScrollTableBody.VScrollTableRow.addCell(UIDL rowUidl, java.lang.String text, char align, java.lang.String style, boolean textIsHTML, boolean sorted, java.lang.String description)
           
 void VTreeTable.VTreeTableScrollBody.VTreeTableRow.addCell(UIDL rowUidl, Widget w, char align, java.lang.String style, boolean isSorted, java.lang.String description)
           
 void VScrollTable.VScrollTableBody.VScrollTableRow.addCell(UIDL rowUidl, Widget w, char align, java.lang.String style, boolean sorted, java.lang.String description)
           
protected  void VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow.addCellsFromUIDL(UIDL uidl, char[] aligns, int col, int visibleColumnIndex)
           
protected  void VScrollTable.VScrollTableBody.VScrollTableRow.addCellsFromUIDL(UIDL uidl, char[] aligns, int col, int visibleColumnIndex)
           
protected  void VScrollTable.VScrollTableBody.VScrollTableGeneratedRow.addCellsFromUIDL(UIDL uidl, char[] aligns, int col, int visibleColumnIndex)
           
protected  boolean VTreeTable.VTreeTableScrollBody.VTreeTableRow.addTreeSpacer(UIDL rowUidl)
           
protected  java.lang.String VTreeTable.buildCaptionHtmlSnippet(UIDL uidl)
          Icons rendered into first actual column in TreeTable, not to row header cell
protected  java.lang.String VScrollTable.buildCaptionHtmlSnippet(UIDL uidl)
          Helper function to build html snippet for column or row headers
 java.lang.String VMenuBar.buildItemHTML(UIDL item)
          Build the HTML content for a menu item.
 void VNativeSelect.buildOptions(UIDL uidl)
           
abstract  void VOptionGroupBase.buildOptions(UIDL uidl)
          For internal use only.
 void VListSelect.buildOptions(UIDL uidl)
           
 void VOptionGroup.buildOptions(UIDL uidl)
           
 void VTwinColSelect.buildOptions(UIDL uidl)
           
 java.lang.String VEmbedded.createFlashEmbed(UIDL uidl)
          Creates the Object and Embed tags for the Flash plugin so it works cross-browser.
protected  VScrollTable.VScrollTableBody.VScrollTableRow VTreeTable.VTreeTableScrollBody.createRow(UIDL uidl, char[] aligns2)
           
protected  VScrollTable.VScrollTableBody.VScrollTableRow VScrollTable.VScrollTableBody.createRow(UIDL uidl, char[] aligns2)
           
static java.util.Map<java.lang.String,java.lang.String> VEmbedded.getParameters(UIDL uidl)
          Returns a map (name -> value) of all parameters in the UIDL.
 java.lang.String VEmbedded.getSrc(UIDL uidl, ApplicationConnection client)
          Helper to return translated src-attribute from embedded's UIDL
 void VScrollTable.initializeRows(UIDL uidl, UIDL rowData)
          For internal use only.
protected  java.util.List<VScrollTable.VScrollTableBody.VScrollTableRow> VScrollTable.VScrollTableBody.insertAndReindexRows(UIDL rowData, int firstIndex, int rows)
           
protected  java.util.List<VScrollTable.VScrollTableBody.VScrollTableRow> VScrollTable.VScrollTableBody.insertRows(UIDL rowData, int firstIndex, int rows)
          Inserts rows as provided in the rowData starting at firstIndex.
protected  java.util.List<VScrollTable.VScrollTableBody.VScrollTableRow> VTreeTable.VTreeTableScrollBody.insertRowsAnimated(UIDL rowData, int firstIndex, int rows)
           
protected  void VScrollTable.VScrollTableBody.insertRowsDeleteBelow(UIDL rowData, int firstIndex, int rows)
           
static boolean AbstractComponentConnector.isRealUpdate(UIDL uidl)
          Deprecated. 
 void VScrollTable.VScrollTableBody.renderInitialRows(UIDL rowData, int firstIndex, int rows)
           
 void VScrollTable.VScrollTableBody.renderRows(UIDL rowData, int firstIndex, int rows)
           
 boolean VScrollTable.selectSelectedRows(UIDL uidl)
          For internal use only.
 void VScrollTable.setCacheRateFromUIDL(UIDL uidl)
          For internal use only.
static void VNotification.showNotification(ApplicationConnection client, UIDL notification)
           
 void ShortcutActionHandler.updateActionMap(UIDL c)
          Updates list of actions this handler listens to.
 void VScrollTable.updateActionMap(UIDL mainUidl)
          For internal use only.
 void VScrollTable.updateBody(UIDL uidl, int firstRow, int reqRows)
          For internal use only.
 void VTwinColSelect.updateCaptions(UIDL uidl)
          For internal use only.
 void VScrollTable.TableHead.updateCellsFromUIDL(UIDL uidl)
           
 void VScrollTable.TableFooter.updateCellsFromUIDL(UIDL uidl)
          Updates the cells contents when updateUIDL request is received
 void VScrollTable.updateColumnProperties(UIDL uidl)
          For internal use only.
 void VScrollTable.updateDragMode(UIDL uidl)
          For internal use only.
 void VTree.updateDropHandler(UIDL childUidl)
          For internal use only.
 void VScrollTable.updateFirstVisibleAndScrollIfNeeded(UIDL uidl)
          For internal use only.
 void VMenuBar.CustomMenuItem.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void LegacyConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
          Deprecated.  
 void VScrollTable.updatePageLength(UIDL uidl)
          For internal use only.
 void VScrollTable.updateRowsInBody(UIDL partialRowUpdates)
          For internal use only.
 void VScrollTable.updateSelectionProperties(UIDL uidl, com.vaadin.shared.AbstractComponentState state, boolean readOnly)
          For internal use only.
 void VScrollTable.updateSortingProperties(UIDL uidl)
          For internal use only.
 void VFilterSelect.SuggestionPopup.updateStyleNames(UIDL uidl, com.vaadin.shared.AbstractComponentState componentState)
          Updates style names in suggestion popup to help theme building.
 void VTreeTable.updateTotalRows(UIDL uidl)
           
 void VScrollTable.updateTotalRows(UIDL uidl)
          For internal use only.
 

Constructors in com.vaadin.client.ui with parameters of type UIDL
VFilterSelect.FilterSelectSuggestion(UIDL uidl)
          Constructor
VScrollTable.VScrollTableBody.VScrollTableGeneratedRow(UIDL uidl, char[] aligns)
           
VScrollTable.VScrollTableBody.VScrollTableRow(UIDL uidl, char[] aligns)
           
VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow(UIDL uidl, char[] aligns)
           
VTreeTable.VTreeTableScrollBody.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
 void CalendarConnector.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
 void ComboBoxConnector.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
 void CustomLayoutConnector.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
 void PopupDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void AbstractDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void TextualDateConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void InlineDateFieldConnector.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
protected  boolean VItemIdIs.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VContainsDataFlavor.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VLazyInitItemIdentifiers.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VNot.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VTargetDetailIs.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VIsOverId.accept(VDragEvent drag, UIDL configuration)
           
protected abstract  boolean VAcceptCriterion.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VDragSourceIs.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VOverTreeNode.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VAcceptAll.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VSourceIsTarget.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VAnd.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VTargetInSubtree.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VOr.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VServerAccept.accept(VDragEvent drag, UIDL configuration)
           
 void VLazyInitItemIdentifiers.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
           
 void VNot.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
           
 void VAcceptCriterion.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
          Checks if current drag event has valid drop target and target accepts the transferable.
 void VOr.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
           
 void VServerAccept.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
           
 void VDragEventServerCallback.handleResponse(boolean accepted, UIDL response)
           
 boolean VLazyInitItemIdentifiers.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VNot.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VAcceptCriterion.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VOr.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VServerAccept.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 void VAbstractDropHandler.updateAcceptRules(UIDL uidl)
          Implementor/user of VAbstractDropHandler must pass the UIDL painted by AcceptCriterion to this method.
 

Uses of UIDL in com.vaadin.client.ui.draganddropwrapper
 

Methods in com.vaadin.client.ui.draganddropwrapper with parameters of type UIDL
 void DragAndDropWrapperConnector.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
 void EmbeddedConnector.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
 void FormConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.client.ui.gridlayout
 

Methods in com.vaadin.client.ui.gridlayout with parameters of type UIDL
 void GridLayoutConnector.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
 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.optiongroup
 

Methods in com.vaadin.client.ui.optiongroup with parameters of type UIDL
 void OptionGroupBaseConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void OptionGroupConnector.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
 void PanelConnector.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
 void RichTextAreaConnector.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
 void TableConnector.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
 void TextFieldConnector.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
 void TreeConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void TreeConnector.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
 void TreeTableConnector.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
 void TwinColSelectConnector.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
 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
 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
 void WindowConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.