com.vaadin.client.ui
Class VScrollTable.VScrollTableBody.VScrollTableGeneratedRow

java.lang.Object
  extended by Panel
      extended by com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
          extended by com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
All Implemented Interfaces:
ActionOwner
Enclosing class:
VScrollTable.VScrollTableBody

protected class VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
extends VScrollTable.VScrollTableBody.VScrollTableRow


Field Summary
 
Fields inherited from class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
applyZeroWidthFix, childWidgets, rowKey
 
Constructor Summary
VScrollTable.VScrollTableBody.VScrollTableGeneratedRow(UIDL uidl, char[] aligns)
           
 
Method Summary
protected  void addCellsFromUIDL(UIDL uidl, char[] aligns, int col, int visibleColumnIndex)
           
protected  void initCellWidths()
           
protected  boolean isRenderHtmlInCells()
          Overriding this and returning true causes all text cells to be rendered as HTML.
 boolean isSpanColumns()
           
protected  void setCellWidth(int cellIx, int width)
           
 
Methods inherited from class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
addCell, addCell, addCell, getActions, getClient, getIndex, getKey, getPaintableId, getTooltip, getTooltipInfo, getWidgetForPaintable, initCellWithText, initCellWithWidget, isBefore, isInViewPort, isSelected, iterator, onBrowserEvent, onDetach, remove, showContextMenu, showContextMenu, startRowDrag, toggleSelection, updateCellStyleNames, updateStyleNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VScrollTable.VScrollTableBody.VScrollTableGeneratedRow

public VScrollTable.VScrollTableBody.VScrollTableGeneratedRow(UIDL uidl,
                                                              char[] aligns)
Method Detail

isSpanColumns

public boolean isSpanColumns()

initCellWidths

protected void initCellWidths()
Overrides:
initCellWidths in class VScrollTable.VScrollTableBody.VScrollTableRow

isRenderHtmlInCells

protected boolean isRenderHtmlInCells()
Description copied from class: VScrollTable.VScrollTableBody.VScrollTableRow
Overriding this and returning true causes all text cells to be rendered as HTML.

Overrides:
isRenderHtmlInCells in class VScrollTable.VScrollTableBody.VScrollTableRow
Returns:
always returns false in the default implementation

addCellsFromUIDL

protected void addCellsFromUIDL(UIDL uidl,
                                char[] aligns,
                                int col,
                                int visibleColumnIndex)
Overrides:
addCellsFromUIDL in class VScrollTable.VScrollTableBody.VScrollTableRow

setCellWidth

protected void setCellWidth(int cellIx,
                            int width)
Overrides:
setCellWidth in class VScrollTable.VScrollTableBody.VScrollTableRow


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