|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.extremecomponents.table.cell.BaseCell org.extremecomponents.table.cell.HeaderCell
A header cell.
Field Summary |
Fields inherited from class org.extremecomponents.table.cell.BaseCell |
column, EVEN, model, ODD, rowcount |
Constructor Summary | |
HeaderCell()
|
Method Summary | |
void |
destroy()
Destroy the objects set up in the init() method. |
java.lang.String |
html()
Get the cell specific HTML |
void |
init(TableModel model,
Column column,
java.lang.Integer rowcount)
Account for the fact that we have to sort. |
java.lang.String |
value()
Get the cell specific simple value |
Methods inherited from class org.extremecomponents.table.cell.BaseCell |
endTD, isRowEven, isRowOdd, startTD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HeaderCell()
Method Detail |
public void init(TableModel model, Column column, java.lang.Integer rowcount)
init
in interface Cell
init
in class BaseCell
public void destroy()
BaseCell
destroy
in interface Cell
destroy
in class BaseCell
public java.lang.String html()
BaseCell
html
in interface Cell
html
in class BaseCell
public java.lang.String value()
BaseCell
value
in interface Cell
value
in class BaseCell
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |