com.waveset.ui
Class Table.GridCell
java.lang.Object
com.waveset.ui.Table.Cell
com.waveset.ui.Table.CompoundCell
com.waveset.ui.Table.GridCell
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- Table.GridSpanCell
- Enclosing class:
- Table
Deprecated. - use com.waveset.ui.html.GridCell.
- public static class Table.GridCell
- extends Table.CompoundCell
A grid adds table structure to a "compound" cell.
The specified subitems are applied "row-first",
filling all columns for the first row
before filling columns for the next row.
The sort name is the sort name of the first sub-item.
Constructor Summary |
Table.GridCell(int rows,
int cols,
java.lang.Object[] subItems)
Deprecated. |
Method Summary |
java.lang.String |
toHTML(RequestState req)
Deprecated. Don't be fooled: this is really an abstract method. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Table.GridCell
public Table.GridCell(int rows,
int cols,
java.lang.Object[] subItems)
throws WavesetException
- Deprecated.
toHTML
public java.lang.String toHTML(RequestState req)
- Deprecated.
- Description copied from class:
Table.Cell
- Don't be fooled: this is really an abstract method.
Subclass AppletCell implements toHTML(response, request).
- Overrides:
toHTML
in class Table.CompoundCell
- Returns:
- the cell contents in HTML form.