planetj.html
Class FDHTMLTable
java.lang.Object
planetj.html.HTMLElement
planetj.html.FDHTMLTable
- public class FDHTMLTable
- extends HTMLElement
This class is used for containing
the properties of an HTML table
into an object. A HTMLTAbleProperties
object is used when outputing the
HTML code for a table.
- Author:
- PlanetJ Corporation
Constructor Summary |
FDHTMLTable(java.lang.String id)
Creates a new HTMLTable
object and sets its table id. |
Method Summary |
java.lang.String |
generate(Table pTable,
java.util.List pFieldNames,
java.util.List pSelectedFieldNames,
HttpServletRequest pRequest,
HttpServletResponse pResponse)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FDHTMLTable
public FDHTMLTable(java.lang.String id)
- Creates a new HTMLTable
object and sets its table id.
- Parameters:
id
- String
generate
public java.lang.String generate(Table pTable,
java.util.List pFieldNames,
java.util.List pSelectedFieldNames,
HttpServletRequest pRequest,
HttpServletResponse pResponse)
throws CMException
- Throws:
CMException