planetj.html
Class FDHTMLTable

java.lang.Object
  extended byplanetj.html.HTMLElement
      extended byplanetj.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

Field Summary
 
Fields inherited from class planetj.html.HTMLElement
DISABLED, FOCUS_HTML_INPUT
 
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 planetj.html.HTMLElement
appendAttribute, appendAttribute, appendExtractableHiddenField, getFocusHTMLInput, getId, isDisplayField, setFocusHTMLInput, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDHTMLTable

public FDHTMLTable(java.lang.String id)
Creates a new HTMLTable object and sets its table id.

Parameters:
id - String
Method Detail

generate

public java.lang.String generate(Table pTable,
                                 java.util.List pFieldNames,
                                 java.util.List pSelectedFieldNames,
                                 HttpServletRequest pRequest,
                                 HttpServletResponse pResponse)
                          throws CMException
Throws:
CMException