to.etc.domui.component.tbl
Class ColumnContainer<T>

java.lang.Object
  extended by 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

Constructor Summary
ColumnContainer(TableModelTableBase<T> table)
           
 
Method Summary
 TD add(NodeBase columnContent)
          Adds a column to the table.
 TD add(java.lang.String txt)
           
 RowButtonContainer getRowButtonContainer()
           
 TableModelTableBase<T> getTable()
           
 TR getTR()
           
 void setParent(TR p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnContainer

public ColumnContainer(TableModelTableBase<T> table)
Method Detail

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()