public abstract class ListUIBean extends UIBean
| Modifier and Type | Field and Description |
|---|---|
protected Object |
list |
protected String |
listCssClass |
protected String |
listCssStyle |
protected String |
listKey |
protected String |
listTitle |
protected String |
listValue |
protected boolean |
throwExceptionOnNullValueAttribute |
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, defaultTemplateDir, defaultUITheme, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, requiredLabel, requiredPosition, response, standardAttributesMap, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, uiThemeExpansionToken, valueactionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure| Modifier | Constructor and Description |
|---|---|
protected |
ListUIBean(ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object obj1,
Object obj2) |
void |
evaluateExtraParams() |
protected Class |
getValueClassType() |
void |
setList(Object list) |
void |
setListCssClass(String listCssClass) |
void |
setListCssStyle(String listCssStyle) |
void |
setListKey(String listKey) |
void |
setListTitle(String listTitle) |
void |
setListValue(String listValue) |
void |
setThrowExceptionOnNullValueAttribute(boolean throwExceptionOnNullValueAttribute) |
addFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getStandardAttributes, getTemplate, getTemplateDir, getTheme, getTooltipConfig, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setUIThemeExpansionToken, setValueaddAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, start, stripExpressionIfAltSyntax, toString, usesBodyprotected Object list
protected String listKey
protected String listValue
protected String listCssClass
protected String listCssStyle
protected String listTitle
protected boolean throwExceptionOnNullValueAttribute
protected ListUIBean(ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public void evaluateExtraParams()
evaluateExtraParams in class UIBeanprotected Class getValueClassType()
getValueClassType in class UIBeanpublic void setList(Object list)
public void setListKey(String listKey)
public void setListValue(String listValue)
public void setListCssClass(String listCssClass)
public void setListCssStyle(String listCssStyle)
public void setListTitle(String listTitle)
public void setThrowExceptionOnNullValueAttribute(boolean throwExceptionOnNullValueAttribute)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.