|
|||||||||||
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.DisplayCell org.extremecomponents.table.cell.NumberCell
Visually represents a column that will be displayed with a custom number format.
Field Summary |
Fields inherited from class org.extremecomponents.table.cell.BaseCell |
column, EVEN, model, ODD, rowcount |
Constructor Summary | |
NumberCell()
|
Method Summary | |
void |
init(TableModel model,
Column column,
java.lang.Integer rowcount)
Format the number so it can be displayed properly. |
Methods inherited from class org.extremecomponents.table.cell.DisplayCell |
html, value |
Methods inherited from class org.extremecomponents.table.cell.BaseCell |
destroy, 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 NumberCell()
Method Detail |
public void init(TableModel model, Column column, java.lang.Integer rowcount)
init
in interface Cell
init
in class BaseCell
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |