com.waveset.ui
Class Table.Cell
java.lang.Object
com.waveset.ui.Table.Cell
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- Table.AppletCell, Table.ColorTextCell, Table.CompoundCell, Table.DateCell, Table.IconCell, Table.LinkCell, Table.TextCell
- Enclosing class:
- Table
- public abstract static class Table.Cell
- extends java.lang.Object
- implements java.lang.Cloneable
Represents a cell in a table.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Table.Cell
public Table.Cell()
Table.Cell
public Table.Cell(int primaryKey)
getPrimaryKey
public int getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(int primaryKey)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
toHTML
public java.lang.String toHTML(RequestState req)
- Don't be fooled: this is really an abstract method.
Subclass AppletCell implements toHTML(response, request).