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(String id)
Creates a new HTMLTable
object and sets its table id. |
Method Summary |
String |
generate(Table pTable,
List pFieldNames,
List pSelectedFieldNames,
javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse)
|
FDHTMLTable
public FDHTMLTable(String id)
- Creates a new HTMLTable
object and sets its table id.
- Parameters:
id
- String
generate
public String generate(Table pTable,
List pFieldNames,
List pSelectedFieldNames,
javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse)
throws CMException
CMException