com.waveset.ui
Class Table.AppletCell

java.lang.Object
  extended bycom.waveset.ui.Table.Cell
      extended bycom.waveset.ui.Table.AppletCell
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
Table

public static class Table.AppletCell
extends Table.Cell

This is an object to represent an Applet cell.


Constructor Summary
Table.AppletCell(java.lang.String jarName, java.lang.String className, java.lang.String name, boolean mayScript, java.lang.String params)
          Get all of the stuff that we need to fill in
 
Method Summary
 java.lang.String toHTML(RequestState req)
          return the actual cell contents in HTML form
 java.lang.String 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.AppletCell

public Table.AppletCell(java.lang.String jarName,
                        java.lang.String className,
                        java.lang.String name,
                        boolean mayScript,
                        java.lang.String params)
Get all of the stuff that we need to fill in

Method Detail

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.