|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All table cells need to implement the Cell interface. You will be given the model and column, as well as the current row that the cell is on. When it is time to be displayed each cell will be asked for its HTML to display.
Method Summary | |
void |
destroy()
just in case we need to clean up something before the next cell |
java.lang.String |
html()
The html that will be displayed in the table. |
void |
init(TableModel model,
Column column,
java.lang.Integer rowcount)
Pass all the model, column and rowcount where applicable. |
java.lang.String |
value()
The simple value of the cell. |
Method Detail |
public void init(TableModel model, Column column, java.lang.Integer rowcount)
public void destroy()
public java.lang.String html()
public java.lang.String value()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |