com.waveset.ui
Class Table.ColorTextCell
java.lang.Object
com.waveset.ui.Table.Cell
com.waveset.ui.Table.ColorTextCell
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- Table
- public static class Table.ColorTextCell
- extends Table.Cell
This is an object to represent a colored text cell.
It has a display name (which is the text), and a color.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_displayName
public java.lang.String _displayName
_color
public java.lang.String _color
Table.ColorTextCell
public Table.ColorTextCell(java.lang.String displayName,
java.lang.String color)
toHTML
public java.lang.String toHTML(RequestState req)
- return the actual cell contents in HTML form
- Overrides:
toHTML
in class Table.Cell
toString
public java.lang.String toString()
- Returns:
- the name to display, and sort on.