com.waveset.ui
Class Table.GridCell

java.lang.Object
  extended bycom.waveset.ui.Table.Cell
      extended bycom.waveset.ui.Table.CompoundCell
          extended bycom.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.


Field Summary
 
Fields inherited from class com.waveset.ui.Table.CompoundCell
_subItems
 
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 com.waveset.ui.Table.CompoundCell
subItemToHTML, subItemToHTML, toString
 
Methods inherited from class com.waveset.ui.Table.Cell
clone, getPrimaryKey, setPrimaryKey
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Table.GridCell

public Table.GridCell(int rows,
                      int cols,
                      java.lang.Object[] subItems)
               throws WavesetException
Deprecated. 
Method Detail

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.