|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
UIDL |
UIDL.getErrors()
Shorthand that returns the component errors as UIDL. |
UIDL |
TooltipInfo.getErrorUidl()
|
Methods in com.vaadin.terminal.gwt.client with parameters of type UIDL | |
---|---|
Paintable |
WidgetSet.createWidget(UIDL uidl,
ApplicationConfiguration conf)
Create an uninitialized component that best matches given UIDL. |
Paintable |
ApplicationConnection.getPaintable(UIDL uidl)
Get either existing or new Paintable for given UIDL. |
static String |
ApplicationConnection.getStyleName(String primaryStyleName,
UIDL uidl,
boolean field)
Generates the style name for the widget based on the given primary style name (typically returned by Widget.getPrimaryStyleName()) and the UIDL. |
static boolean |
Util.isCached(UIDL uidl)
|
boolean |
WidgetSet.isCorrectImplementation(com.google.gwt.user.client.ui.Widget currentWidget,
UIDL uidl,
ApplicationConfiguration conf)
Test if the given component implementation conforms to UIDL. |
static boolean |
VCaption.isNeeded(UIDL uidl)
|
static RenderInformation.FloatSize |
Util.parseRelativeSize(UIDL uidl)
Parses the UIDL parameter and fetches the relative size of the component. |
protected Class<? extends Paintable> |
WidgetSet.resolveWidgetType(UIDL uidl,
ApplicationConfiguration conf)
|
void |
TooltipInfo.setErrorUidl(UIDL errorUidl)
|
void |
Container.updateCaption(Paintable component,
UIDL uidl)
Update child components caption, description and error message. |
void |
VCaptionWrapper.updateCaption(UIDL uidl)
|
boolean |
VCaption.updateCaption(UIDL uidl)
Updates the caption from UIDL. |
boolean |
ApplicationConnection.updateComponent(com.google.gwt.user.client.ui.Widget component,
UIDL uidl,
boolean manageCaption)
Update generic component features. |
void |
VErrorMessage.updateFromUIDL(UIDL uidl)
|
void |
Paintable.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
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 | |
---|---|
protected void |
VTreeTable.addAndRemoveRows(UIDL partialRowAdditions)
|
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 |
VTreeTable.buildCaptionHtmlSnippet(UIDL uidl)
Icons rendered into first actual column in TreeTable, not to row header cell |
protected String |
VScrollTable.buildCaptionHtmlSnippet(UIDL uidl)
Helper function to build html snippet for column or row headers |
protected String |
VMenuBar.buildItemHTML(UIDL item)
Build the HTML content for a menu item. |
protected void |
VListSelect.buildOptions(UIDL uidl)
|
protected void |
VTwinColSelect.buildOptions(UIDL uidl)
|
protected void |
VOptionGroup.buildOptions(UIDL uidl)
|
protected void |
VNativeSelect.buildOptions(UIDL uidl)
|
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)
|
protected void |
VScrollTable.VScrollTableBody.VScrollTableRow.paintComponent(Paintable p,
UIDL uidl)
|
void |
VScrollTable.VScrollTableBody.renderInitialRows(UIDL rowData,
int firstIndex,
int rows)
|
void |
VScrollTable.VScrollTableBody.renderRows(UIDL rowData,
int firstIndex,
int rows)
|
protected void |
VTabsheet.renderTab(UIDL tabUidl,
int index,
boolean selected,
boolean hidden)
|
protected void |
VAccordion.renderTab(UIDL tabUidl,
int index,
boolean selected,
boolean hidden)
|
protected void |
VTabsheet.selectTab(int index,
UIDL contentUidl)
|
protected void |
VAccordion.selectTab(int index,
UIDL contentUidl)
|
void |
VAccordion.StackItem.setContent(UIDL contentUidl)
|
protected boolean |
VMediaBase.shouldShowControls(UIDL uidl)
|
static void |
VNotification.showNotification(ApplicationConnection client,
UIDL notification)
|
void |
ShortcutActionHandler.updateActionMap(UIDL c)
Updates list of actions this handler listens to. |
protected void |
VOrderedLayout.updateAlignmentsAndExpandRatios(UIDL uidl,
ArrayList<com.google.gwt.user.client.ui.Widget> renderedWidgets)
|
void |
VGridLayout.updateCaption(Paintable component,
UIDL uidl)
|
void |
VPanel.updateCaption(Paintable component,
UIDL uidl)
|
void |
VCustomLayout.updateCaption(Paintable component,
UIDL uidl)
Update caption for given widget |
void |
VCustomComponent.updateCaption(Paintable component,
UIDL uidl)
|
void |
VOrderedLayout.updateCaption(Paintable component,
UIDL uidl)
|
void |
VTabsheet.updateCaption(Paintable component,
UIDL uidl)
|
void |
VAccordion.updateCaption(Paintable component,
UIDL uidl)
|
void |
VSplitPanel.updateCaption(Paintable component,
UIDL uidl)
|
void |
VScrollTable.VScrollTableBody.VScrollTableRow.updateCaption(Paintable component,
UIDL uidl)
|
void |
VView.updateCaption(Paintable component,
UIDL uidl)
|
void |
VPopupView.updateCaption(Paintable component,
UIDL uidl)
|
void |
VCssLayout.updateCaption(Paintable component,
UIDL uidl)
|
void |
VCssLayout.FlowPane.updateCaption(Paintable component,
UIDL uidl)
|
void |
VForm.updateCaption(Paintable component,
UIDL uidl)
|
void |
VAbsoluteLayout.updateCaption(Paintable component,
UIDL uidl)
|
void |
VWindow.updateCaption(Paintable component,
UIDL uidl)
|
void |
VFormLayout.updateCaption(Paintable component,
UIDL uidl)
|
void |
VFormLayout.VFormLayoutTable.updateCaption(Paintable component,
UIDL uidl)
|
void |
VAccordion.StackItem.updateCaption(UIDL uidl)
|
void |
VAbsoluteLayout.AbsoluteWrapper.updateCaption(UIDL uidl)
|
void |
VFormLayout.Caption.updateCaption(UIDL uidl)
|
void |
VScrollTable.TableHead.updateCellsFromUIDL(UIDL uidl)
|
void |
VScrollTable.TableFooter.updateCellsFromUIDL(UIDL uidl)
Updates the cells contents when updateUIDL request is received |
void |
VAbsoluteLayout.AbsoluteWrapper.updateFromUIDL(UIDL componentUIDL)
|
void |
VCheckBox.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTablePaging.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VButton.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTextField.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VGridLayout.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VPanel.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VCustomLayout.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Update the layout from UIDL |
void |
VCustomComponent.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VUriFragmentUtility.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VOrderedLayout.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VVideo.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTree.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTree.TreeNode.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTreeTable.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTabsheet.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VNativeButton.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VAccordion.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTwinColSelect.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VFilterSelect.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VSplitPanel.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VScrollTable.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VScrollTable.VScrollTableBody.VScrollTableRow.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VOptionGroup.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VView.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VPopupView.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VPopupView.CustomPopup.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VCssLayout.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VCssLayout.FlowPane.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VDateFieldCalendar.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VSlider.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VDragAndDropWrapper.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VAudio.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VForm.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VUpload.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VEmbedded.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VMenuBar.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)
|
void |
VTextualDate.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VAbsoluteLayout.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VTextArea.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VLabel.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VWindow.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VProgressIndicator.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VUnknownComponent.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VDateField.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VFormLayout.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VFormLayout.VFormLayoutTable.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VLink.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VPopupCalendar.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VMediaBase.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
VFilterSelect.SuggestionPopup.updateStyleNames(UIDL uidl)
Updates style names in suggestion popup to help theme building. |
protected void |
VTreeTable.updateTotalRows(UIDL uidl)
|
protected void |
VScrollTable.updateTotalRows(UIDL uidl)
|
Constructors in com.vaadin.terminal.gwt.client.ui with parameters of type UIDL | |
---|---|
VAccordion.StackItem(UIDL tabUidl)
|
|
VFilterSelect.FilterSelectSuggestion(UIDL uidl)
Constructor |
|
VScrollTable.VScrollTableBody.VScrollTableGeneratedRow(UIDL uidl,
char[] aligns)
|
|
VScrollTable.VScrollTableBody.VScrollTableRow(UIDL uidl,
char[] aligns)
|
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.layout |
---|
Methods in com.vaadin.terminal.gwt.client.ui.layout with parameters of type UIDL | |
---|---|
void |
ChildComponentContainer.renderChild(UIDL childUIDL,
ApplicationConnection client,
int fixedWidth)
|
void |
ChildComponentContainer.updateCaption(UIDL uidl,
ApplicationConnection client)
|
void |
CellBasedLayout.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 |
VRichTextArea.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |