to.etc.domui.component.tbl
Class ColumnContainer<T>
java.lang.Object
to.etc.domui.component.tbl.ColumnContainer<T>
public class ColumnContainer<T>
- extends java.lang.Object
Helper class which maintains data for a set of columns (i.e. a row).
- Author:
- Frits Jalvingh
Created on Jun 1, 2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnContainer
public ColumnContainer(TableModelTableBase<T> table)
setParent
public void setParent(TR p)
getTable
public TableModelTableBase<T> getTable()
add
public TD add(NodeBase columnContent)
- Adds a column to the table.
- Parameters:
columnContent
-
add
public TD add(java.lang.String txt)
getTR
public TR getTR()
getRowButtonContainer
public RowButtonContainer getRowButtonContainer()