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

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

Constructor Detail

FDHTMLTable

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

Parameters:
id - String
Method Detail

generate

public String generate(Table pTable,
                       List pFieldNames,
                       List pSelectedFieldNames,
                       javax.servlet.http.HttpServletRequest pRequest,
                       javax.servlet.http.HttpServletResponse pResponse)
                throws CMException
CMException