com.waveset.ui
Class Table.Cell

java.lang.Object
  extended bycom.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.


Constructor Summary
Table.Cell()
           
Table.Cell(int primaryKey)
           
 
Method Summary
 java.lang.Object clone()
           
 int getPrimaryKey()
           
 void setPrimaryKey(int primaryKey)
           
 java.lang.String toHTML(RequestState req)
          Don't be fooled: this is really an abstract method.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table.Cell

public Table.Cell()

Table.Cell

public Table.Cell(int primaryKey)
Method Detail

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).