wt.templateutil.table
Class ActionRowTable

java.lang.Object
  extended bywt.templateutil.components.HTMLComponent
      extended bywt.templateutil.components.HTMLTableComponent
          extended bywt.templateutil.table.ActionRowTable

public class ActionRowTable
extends HTMLTableComponent


Field Summary
private  List actionSectionEntries
           
private  String actionSectionName
           
private static int BUFFER_SIZE
           
private  String cellComponentName
           
private static String DEFAULT_CELL_COMPONENT
           
private  String formName
           
private  Locale locale
           
private  OutputStream os
           
private  Properties parameters
           
private  HTTPState state
           
private  NavigationTreeModel treeModel
           
private static boolean VERBOSE
           
 
Fields inherited from class wt.templateutil.components.HTMLTableComponent
ALIGN, BGCOLOR, BORDER, CELLPADDING, CELLSPACING, HEIGHT, HSPACE, TABLE_ALIGN, TABLE_BGCOLOR, TABLE_BORDER, TABLE_CELLPADDING, TABLE_CELLSPACING, TABLE_HEIGHT, TABLE_HSPACE, TABLE_VSPACE, TABLE_WIDTH, TAG, VSPACE, WIDTH
 
Fields inherited from class wt.templateutil.components.HTMLComponent
CLASS, COMPONENT_ID, COMPONENT_ID_SEPARATOR, CREATE, DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, EMPTY_STRING, ID, ID_US_ENGLISH_LOCALE, NAME, NULLVALUE, PRINT_TAG_ATTR, SERVICENAME, UPDATE, VIEW
 
Constructor Summary
ActionRowTable(OutputStream os, Locale locale, Properties parameters)
           
 
Method Summary
protected  String generateActionTable(List actionNameList)
           
 String generateActionTable(String actionBarName, List actionNameList)
           
 List getActionSectionEntries()
           
 String getActionSectionName()
           
 HTMLComponent getCellComponent()
           
 String getCellComponentName()
           
 String getFormName()
           
 HTTPState getState()
           
 NavigationTreeModel getTreeModel()
           
 void setActionSectionEntries(List actionSectionEntries)
           
 void setActionSectionName(String actionSectionName)
           
 void setCellComponentName(String cellComponentName)
           
 void setFormName(String formName)
           
 void setState(HTTPState state)
           
 void setTreeModel(NavigationTreeModel treeModel)
           
 String showSubComponents(Object value, Properties formData, OutputStream os, Locale locale)
          Returns a string that is the contcatenation of the result of calling show() on all the associated subComponents sequentially.
 
Methods inherited from class wt.templateutil.components.HTMLTableComponent
getTag, init, setTagListArray
 
Methods inherited from class wt.templateutil.components.HTMLComponent
appendID, appendID, appendToID, appendToID, createIDForComponent, endComponent, getHtmlComponents, getID, getIdProp, getName, getOID, getPrintWriter, getRealValue, getServiceName, getTagID, getTagIDKey, getTagList, getTagSettings, getURLFactory, insertID, insertID, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, putTagID, putTagID, removeID, removeTagID, setHtmlComponents, setID, setInheritStyle, setName, setPrintTagAttributes, setServiceName, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, show, startComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static boolean VERBOSE

DEFAULT_CELL_COMPONENT

private static final String DEFAULT_CELL_COMPONENT

BUFFER_SIZE

private static final int BUFFER_SIZE
See Also:
Constant Field Values

state

private HTTPState state

os

private OutputStream os

locale

private Locale locale

parameters

private Properties parameters

actionSectionName

private String actionSectionName

actionSectionEntries

private List actionSectionEntries

formName

private String formName

cellComponentName

private String cellComponentName

treeModel

private NavigationTreeModel treeModel
Constructor Detail

ActionRowTable

public ActionRowTable(OutputStream os,
                      Locale locale,
                      Properties parameters)
Method Detail

generateActionTable

public String generateActionTable(String actionBarName,
                                  List actionNameList)

generateActionTable

protected String generateActionTable(List actionNameList)

getTreeModel

public NavigationTreeModel getTreeModel()

setTreeModel

public void setTreeModel(NavigationTreeModel treeModel)

getState

public HTTPState getState()
Overrides:
getState in class HTMLComponent

setState

public void setState(HTTPState state)
Overrides:
setState in class HTMLComponent

getCellComponentName

public String getCellComponentName()

setCellComponentName

public void setCellComponentName(String cellComponentName)

getCellComponent

public HTMLComponent getCellComponent()

showSubComponents

public String showSubComponents(Object value,
                                Properties formData,
                                OutputStream os,
                                Locale locale)
Description copied from class: HTMLComponent
Returns a string that is the contcatenation of the result of calling show() on all the associated subComponents sequentially.

Supported API: true

Overrides:
showSubComponents in class HTMLComponent
Parameters:
value -
formData -
os -
locale -
Returns:
String

getActionSectionEntries

public List getActionSectionEntries()

setActionSectionEntries

public void setActionSectionEntries(List actionSectionEntries)

getActionSectionName

public String getActionSectionName()

setActionSectionName

public void setActionSectionName(String actionSectionName)

setFormName

public void setFormName(String formName)

getFormName

public String getFormName()