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, updateStyleNames
add, add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected 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.VScrollTableRow
protected boolean addTreeSpacer(UIDL rowUidl)
public void onBrowserEvent(com.google.gwt.user.client.Event event)
onBrowserEvent
in interface com.google.gwt.user.client.EventListener
onBrowserEvent
in class VScrollTable.VScrollTableBody.VScrollTableRow
public 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.VScrollTableRow
protected void onAttach()
onAttach
in class com.google.gwt.user.client.ui.Widget
protected void setCellWidth(int cellIx, int width)
setCellWidth
in class VScrollTable.VScrollTableBody.VScrollTableRow
Copyright © 2016 Vaadin Ltd. All rights reserved.