public class VTreeTable.VTreeTableScrollBody.VTreeTableRow extends VScrollTable.VScrollTableBody.VScrollTableRow
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.Widget |
widgetInHierarchyColumn |
applyZeroWidthFix, childWidgets, rowKey| Constructor and Description |
|---|
VTreeTableRow(UIDL uidl,
char[] aligns2) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCell(UIDL rowUidl,
String text,
char align,
String style,
boolean textIsHTML,
boolean isSorted,
String description) |
void |
addCell(UIDL rowUidl,
com.google.gwt.user.client.ui.Widget w,
char align,
String style,
boolean isSorted,
String description) |
protected boolean |
addTreeSpacer(UIDL rowUidl) |
protected void |
onAttach() |
void |
onBrowserEvent(com.google.gwt.user.client.Event event) |
protected void |
setCellWidth(int cellIx,
int width) |
addCell, addCellsFromUIDL, getActions, getClient, getIndex, getKey, getPaintableId, getTooltip, getTooltipInfo, getWidgetForPaintable, initCellWidths, initCellWithText, initCellWithWidget, isBefore, isInViewPort, isRenderHtmlInCells, isSelected, iterator, onDetach, remove, showContextMenu, showContextMenu, startRowDrag, toggleSelection, updateCellStyleNames, updateStyleNamesadd, add, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected com.google.gwt.user.client.ui.Widget widgetInHierarchyColumn
public VTreeTableRow(UIDL uidl, char[] aligns2)
public void addCell(UIDL rowUidl, String text, char align, String style, boolean textIsHTML, boolean isSorted, String description)
addCell in class VScrollTable.VScrollTableBody.VScrollTableRowprotected boolean addTreeSpacer(UIDL rowUidl)
public void onBrowserEvent(com.google.gwt.user.client.Event event)
onBrowserEvent in interface com.google.gwt.user.client.EventListeneronBrowserEvent in class VScrollTable.VScrollTableBody.VScrollTableRowpublic void addCell(UIDL rowUidl, com.google.gwt.user.client.ui.Widget w, char align, String style, boolean isSorted, String description)
addCell in class VScrollTable.VScrollTableBody.VScrollTableRowprotected void onAttach()
onAttach in class com.google.gwt.user.client.ui.Widgetprotected void setCellWidth(int cellIx,
int width)
setCellWidth in class VScrollTable.VScrollTableBody.VScrollTableRowCopyright © 2016 Vaadin Ltd. All rights reserved.