| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
As of 7.0, no longer serves any purpose
|
void |
Paintable.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
| Constructor and Description |
|---|
VUIDLBrowser(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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,
String text,
char align,
String style,
boolean textIsHTML,
boolean sorted) |
void |
VTreeTable.VTreeTableScrollBody.VTreeTableRow.addCell(UIDL rowUidl,
String text,
char align,
String style,
boolean textIsHTML,
boolean isSorted,
String description) |
void |
VScrollTable.VScrollTableBody.VScrollTableRow.addCell(UIDL rowUidl,
String text,
char align,
String style,
boolean textIsHTML,
boolean sorted,
String description) |
void |
VTreeTable.VTreeTableScrollBody.VTreeTableRow.addCell(UIDL rowUidl,
com.google.gwt.user.client.ui.Widget w,
char align,
String style,
boolean isSorted,
String description) |
void |
VScrollTable.VScrollTableBody.VScrollTableRow.addCell(UIDL rowUidl,
com.google.gwt.user.client.ui.Widget w,
char align,
String style,
boolean sorted,
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 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
|
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) |
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 Map<String,String> |
VEmbedded.getParameters(UIDL uidl)
Returns a map (name -> value) of all parameters in the UIDL.
|
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 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 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,
AbstractComponentState state,
boolean readOnly)
For internal use only.
|
void |
VScrollTable.updateSortingProperties(UIDL uidl)
For internal use only.
|
void |
VFilterSelect.SuggestionPopup.updateStyleNames(UIDL uidl,
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.
|
| Constructor and Description |
|---|
FilterSelectSuggestion(UIDL uidl)
Constructor
|
VScrollTableGeneratedRow(UIDL uidl,
char[] aligns) |
VScrollTableRow(UIDL uidl,
char[] aligns) |
VTreeTableGeneratedRow(UIDL uidl,
char[] aligns) |
VTreeTableRow(UIDL uidl,
char[] aligns2) |
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBoxConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLayoutConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateFieldConnector.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) |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
DragAndDropWrapperConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuBarConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
This method must be implemented to update the client-side component from
UIDL data received from server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionGroupBaseConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
void |
OptionGroupConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
PanelConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RichTextAreaConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextFieldConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
void |
TreeConnector.updateNodeFromUIDL(VTree.TreeNode treeNode,
UIDL uidl,
int level) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeTableConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TwinColSelectConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
Copyright © 2016 Vaadin Ltd. All rights reserved.