|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.ui.Table.Cell
com.waveset.ui.Table.CompoundCell
This is an object to represent a "compound" cell. This allows one to stuff more than one item into a cell.
The sort name is the sort name of the first sub-item.
Field Summary | |
protected java.lang.Object[] |
_subItems
Deprecated. |
Constructor Summary | |
Table.CompoundCell(java.lang.Object[] subItems)
Deprecated. |
Method Summary | |
protected void |
subItemToHTML(RequestState req,
int index,
java.lang.StringBuffer htmlBuf)
Deprecated. |
protected void |
subItemToHTML(RequestState req,
java.lang.Object subItem,
java.lang.StringBuffer htmlBuf)
Deprecated. |
java.lang.String |
toHTML(RequestState req)
Deprecated. Don't be fooled: this is really an abstract method. |
java.lang.String |
toString()
Deprecated. |
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 |
Field Detail |
protected java.lang.Object[] _subItems
Constructor Detail |
public Table.CompoundCell(java.lang.Object[] subItems) throws WavesetException
Method Detail |
public java.lang.String toHTML(RequestState req)
Table.Cell
toHTML
in class Table.Cell
protected void subItemToHTML(RequestState req, int index, java.lang.StringBuffer htmlBuf)
index
- - specifies the subitem to format.
If this subitem is null, appends a non-breaking space.protected void subItemToHTML(RequestState req, java.lang.Object subItem, java.lang.StringBuffer htmlBuf)
subItem
- - specifies the subitem to format.
If this subitem is null, appends a non-breaking space.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |