com.waveset.ui
Class Table.AppletCell
java.lang.Object
com.waveset.ui.Table.Cell
com.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
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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.