Uses of Class
com.vaadin.terminal.gwt.client.UIDL

Packages that use UIDL
com.vaadin.terminal.gwt.client   
com.vaadin.terminal.gwt.client.ui   
com.vaadin.terminal.gwt.client.ui.accordion   
com.vaadin.terminal.gwt.client.ui.combobox   
com.vaadin.terminal.gwt.client.ui.datefield   
com.vaadin.terminal.gwt.client.ui.dd   
com.vaadin.terminal.gwt.client.ui.draganddropwrapper   
com.vaadin.terminal.gwt.client.ui.embedded   
com.vaadin.terminal.gwt.client.ui.form   
com.vaadin.terminal.gwt.client.ui.gridlayout   
com.vaadin.terminal.gwt.client.ui.link   
com.vaadin.terminal.gwt.client.ui.listselect   
com.vaadin.terminal.gwt.client.ui.menubar   
com.vaadin.terminal.gwt.client.ui.nativeselect   
com.vaadin.terminal.gwt.client.ui.notification   
com.vaadin.terminal.gwt.client.ui.optiongroup   
com.vaadin.terminal.gwt.client.ui.panel   
com.vaadin.terminal.gwt.client.ui.popupview   
com.vaadin.terminal.gwt.client.ui.progressindicator   
com.vaadin.terminal.gwt.client.ui.richtextarea   
com.vaadin.terminal.gwt.client.ui.root   
com.vaadin.terminal.gwt.client.ui.slider   
com.vaadin.terminal.gwt.client.ui.table   
com.vaadin.terminal.gwt.client.ui.tabsheet   
com.vaadin.terminal.gwt.client.ui.textfield   
com.vaadin.terminal.gwt.client.ui.tree   
com.vaadin.terminal.gwt.client.ui.treetable   
com.vaadin.terminal.gwt.client.ui.twincolselect   
com.vaadin.terminal.gwt.client.ui.upload   
com.vaadin.terminal.gwt.client.ui.window   
 

Uses of UIDL in com.vaadin.terminal.gwt.client
 

Methods in com.vaadin.terminal.gwt.client that return UIDL
 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.terminal.gwt.client with parameters of type UIDL
 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. 
 void Paintable.updateFromUIDL(UIDL uidl, ApplicationConnection client)
          Deprecated.  
 

Constructors in com.vaadin.terminal.gwt.client with parameters of type UIDL
VUIDLBrowser(UIDL uidl, ApplicationConfiguration conf)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui
 

Methods in com.vaadin.terminal.gwt.client.ui with parameters of type UIDL
static boolean AbstractComponentConnector.isRealUpdate(UIDL uidl)
          Deprecated. 
 void ShortcutActionHandler.updateActionMap(UIDL c)
          Updates list of actions this handler listens to.
 void Vaadin6Connector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.accordion
 

Methods in com.vaadin.terminal.gwt.client.ui.accordion with parameters of type UIDL
protected  void VAccordion.renderTab(UIDL tabUidl, int index, boolean selected, boolean hidden)
           
protected  void VAccordion.selectTab(int index, UIDL contentUidl)
           
 void VAccordion.StackItem.setContent(UIDL contentUidl)
           
 void VAccordion.StackItem.updateCaption(UIDL uidl)
           
 void AccordionConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Constructors in com.vaadin.terminal.gwt.client.ui.accordion with parameters of type UIDL
VAccordion.StackItem(UIDL tabUidl)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.combobox
 

Methods in com.vaadin.terminal.gwt.client.ui.combobox with parameters of type UIDL
 void ComboBoxConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void VFilterSelect.SuggestionPopup.updateStyleNames(UIDL uidl, ComponentState componentState)
          Updates style names in suggestion popup to help theme building.
 

Constructors in com.vaadin.terminal.gwt.client.ui.combobox with parameters of type UIDL
VFilterSelect.FilterSelectSuggestion(UIDL uidl)
          Constructor
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.datefield
 

Methods in com.vaadin.terminal.gwt.client.ui.datefield with parameters of type UIDL
 void AbstractDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void InlineDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void TextualDateConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void PopupDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.dd
 

Methods in com.vaadin.terminal.gwt.client.ui.dd with parameters of type UIDL
protected  boolean VContainsDataFlavor.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VTargetInSubtree.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VAcceptAll.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VAnd.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VLazyInitItemIdentifiers.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VServerAccept.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VIsOverId.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VSourceIsTarget.accept(VDragEvent drag, UIDL configuration)
           
protected abstract  boolean VAcceptCriterion.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VDragSourceIs.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VNot.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VOr.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VOverTreeNode.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VTargetDetailIs.accept(VDragEvent drag, UIDL configuration)
           
protected  boolean VItemIdIs.accept(VDragEvent drag, UIDL configuration)
           
 void VLazyInitItemIdentifiers.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
           
 void VServerAccept.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 VNot.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
           
 void VOr.accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
           
 void VDragEventServerCallback.handleResponse(boolean accepted, UIDL response)
           
 boolean VLazyInitItemIdentifiers.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VServerAccept.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VAcceptCriterion.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VNot.needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
           
 boolean VOr.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.terminal.gwt.client.ui.draganddropwrapper
 

Methods in com.vaadin.terminal.gwt.client.ui.draganddropwrapper with parameters of type UIDL
 void DragAndDropWrapperConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.embedded
 

Methods in com.vaadin.terminal.gwt.client.ui.embedded with parameters of type UIDL
protected  String VEmbedded.createFlashEmbed(UIDL uidl)
          Creates the Object and Embed tags for the Flash plugin so it works cross-browser
protected static Map<String,String> VEmbedded.getParameters(UIDL uidl)
          Returns a map (name -> value) of all parameters in the UIDL.
protected  String VEmbedded.getSrc(UIDL uidl, ApplicationConnection client)
          Helper to return translated src-attribute from embedded's UIDL
 void EmbeddedConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.form
 

Methods in com.vaadin.terminal.gwt.client.ui.form with parameters of type UIDL
 void FormConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

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

Methods in com.vaadin.terminal.gwt.client.ui.gridlayout with parameters of type UIDL
 void GridLayoutConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.link
 

Methods in com.vaadin.terminal.gwt.client.ui.link with parameters of type UIDL
 void LinkConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.listselect
 

Methods in com.vaadin.terminal.gwt.client.ui.listselect with parameters of type UIDL
protected  void VListSelect.buildOptions(UIDL uidl)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.menubar
 

Methods in com.vaadin.terminal.gwt.client.ui.menubar with parameters of type UIDL
protected  String VMenuBar.buildItemHTML(UIDL item)
          Build the HTML content for a menu item.
 void MenuBarConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
          This method must be implemented to update the client-side component from UIDL data received from server.
 void VMenuBar.CustomMenuItem.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.nativeselect
 

Methods in com.vaadin.terminal.gwt.client.ui.nativeselect with parameters of type UIDL
protected  void VNativeSelect.buildOptions(UIDL uidl)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.notification
 

Methods in com.vaadin.terminal.gwt.client.ui.notification with parameters of type UIDL
static void VNotification.showNotification(ApplicationConnection client, UIDL notification)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.optiongroup
 

Methods in com.vaadin.terminal.gwt.client.ui.optiongroup with parameters of type UIDL
protected  void VOptionGroup.buildOptions(UIDL uidl)
           
protected abstract  void VOptionGroupBase.buildOptions(UIDL uidl)
           
 void OptionGroupConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void OptionGroupBaseConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.panel
 

Methods in com.vaadin.terminal.gwt.client.ui.panel with parameters of type UIDL
 void PanelConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.popupview
 

Methods in com.vaadin.terminal.gwt.client.ui.popupview with parameters of type UIDL
 void PopupViewConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void VPopupView.CustomPopup.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.progressindicator
 

Methods in com.vaadin.terminal.gwt.client.ui.progressindicator with parameters of type UIDL
 void ProgressIndicatorConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.richtextarea
 

Methods in com.vaadin.terminal.gwt.client.ui.richtextarea with parameters of type UIDL
 void RichTextAreaConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.root
 

Methods in com.vaadin.terminal.gwt.client.ui.root with parameters of type UIDL
 void RootConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.slider
 

Methods in com.vaadin.terminal.gwt.client.ui.slider with parameters of type UIDL
 void SliderConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.table
 

Methods in com.vaadin.terminal.gwt.client.ui.table with parameters of type UIDL
protected  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, String text, char align, String style, boolean textIsHTML, boolean sorted)
           
 void VScrollTable.VScrollTableBody.VScrollTableRow.addCell(UIDL rowUidl, String text, char align, String style, boolean textIsHTML, boolean sorted, String description)
           
 void VScrollTable.VScrollTableBody.VScrollTableRow.addCell(UIDL rowUidl, com.google.gwt.user.client.ui.Widget w, char align, String style, boolean sorted)
           
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  String VScrollTable.buildCaptionHtmlSnippet(UIDL uidl)
          Helper function to build html snippet for column or row headers
protected  VScrollTable.VScrollTableBody.VScrollTableRow VScrollTable.VScrollTableBody.createRow(UIDL uidl, char[] aligns2)
           
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  void VScrollTable.VScrollTableBody.insertRowsDeleteBelow(UIDL rowData, int firstIndex, int rows)
           
 void VScrollTable.VScrollTableBody.renderInitialRows(UIDL rowData, int firstIndex, int rows)
           
 void VScrollTable.VScrollTableBody.renderRows(UIDL rowData, int firstIndex, int rows)
           
 void VScrollTable.TableHead.updateCellsFromUIDL(UIDL uidl)
           
 void VScrollTable.TableFooter.updateCellsFromUIDL(UIDL uidl)
          Updates the cells contents when updateUIDL request is received
 void TableConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
protected  void VScrollTable.updateTotalRows(UIDL uidl)
           
 

Constructors in com.vaadin.terminal.gwt.client.ui.table with parameters of type UIDL
VScrollTable.VScrollTableBody.VScrollTableGeneratedRow(UIDL uidl, char[] aligns)
           
VScrollTable.VScrollTableBody.VScrollTableRow(UIDL uidl, char[] aligns)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.tabsheet
 

Methods in com.vaadin.terminal.gwt.client.ui.tabsheet with parameters of type UIDL
protected  void VTabsheet.renderTab(UIDL tabUidl, int index, boolean selected, boolean hidden)
           
protected abstract  void VTabsheetBase.renderTab(UIDL tabUidl, int index, boolean selected, boolean hidden)
          Implement in extending classes.
protected  void VTabsheet.selectTab(int index, UIDL contentUidl)
           
protected abstract  void VTabsheetBase.selectTab(int index, UIDL contentUidl)
          Implement in extending classes.
 boolean VTabsheet.TabCaption.updateCaption(UIDL uidl)
           
 void TabsheetConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void TabsheetBaseConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.textfield
 

Methods in com.vaadin.terminal.gwt.client.ui.textfield with parameters of type UIDL
 void TextFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.tree
 

Methods in com.vaadin.terminal.gwt.client.ui.tree with parameters of type UIDL
 void TreeConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void TreeConnector.updateNodeFromUIDL(VTree.TreeNode treeNode, UIDL uidl)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.treetable
 

Methods in com.vaadin.terminal.gwt.client.ui.treetable with parameters of type UIDL
protected  void VTreeTable.addAndRemoveRows(UIDL partialRowAdditions)
           
protected  String VTreeTable.buildCaptionHtmlSnippet(UIDL uidl)
          Icons rendered into first actual column in TreeTable, not to row header cell
 void TreeTableConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
protected  void VTreeTable.updateTotalRows(UIDL uidl)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.twincolselect
 

Methods in com.vaadin.terminal.gwt.client.ui.twincolselect with parameters of type UIDL
protected  void VTwinColSelect.buildOptions(UIDL uidl)
           
protected  void VTwinColSelect.updateCaptions(UIDL uidl)
           
 void TwinColSelectConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.upload
 

Methods in com.vaadin.terminal.gwt.client.ui.upload with parameters of type UIDL
 void UploadConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of UIDL in com.vaadin.terminal.gwt.client.ui.window
 

Methods in com.vaadin.terminal.gwt.client.ui.window with parameters of type UIDL
 void WindowConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 



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