to.etc.domui.component.tbl
Class HeaderContainer<T>
java.lang.Object
to.etc.domui.component.tbl.HeaderContainer<T>
public class HeaderContainer<T>
- extends java.lang.Object
Temp thingy to create the header for a table.
- Author:
- Frits Jalvingh
Created on Jun 2, 2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderContainer
public HeaderContainer(TableModelTableBase<T> table)
setParent
public void setParent(TR p)
getTable
public TableModelTableBase<T> getTable()
add
public TH add(NodeBase columnContent)
- Adds a column to the table.
- Parameters:
columnContent
-
add
public TH add(java.lang.String txt)
hasContent
public boolean hasContent()
- Use to check whether there is some content rendered to it or not.
- Returns: