wt.templateutil.table
Class ActionRowTable
java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLTableComponent
wt.templateutil.table.ActionRowTable
- public class ActionRowTable
- extends HTMLTableComponent
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 |
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 |
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
ActionRowTable
public ActionRowTable(OutputStream os,
Locale locale,
Properties parameters)
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()