org.apache.struts2.components
类 ListUIBean

java.lang.Object
  继承者 org.apache.struts2.components.Component
      继承者 org.apache.struts2.components.UIBean
          继承者 org.apache.struts2.components.ListUIBean
直接已知子类:
CheckboxList, DoubleListUIBean, InputTransferSelect, Radio, Select

public abstract class ListUIBean
extends UIBean

DoubleListUIBean is the standard superclass of all Struts list handling components.

Note that the listkey and listvalue attribute will default to "key" and "value" respectively only when the list attribute is evaluated to a Map or its decendant. Everything else will result in listkey and listvalue to be null and not used.


字段摘要
 
从类 org.apache.struts2.components.Component 继承的字段
COMPONENT_STACK
 
方法摘要
 boolean contains(Object obj1, Object obj2)
           
 void evaluateExtraParams()
           
 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)
           
 
从类 org.apache.struts2.components.UIBean 继承的方法
addFormParameter, copyParams, end, evaluateParams, getId, getTemplate, getTemplateDir, getTheme, 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, setValue
 
从类 org.apache.struts2.components.Component 继承的方法
addAllParameters, addParameter, altSyntax, getComponentStack, getParameters, getStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, start, usesBody
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

evaluateExtraParams

public void evaluateExtraParams()

contains

public boolean contains(Object obj1,
                        Object obj2)

setList

public void setList(Object list)

setListKey

public void setListKey(String listKey)

setListValue

public void setListValue(String listValue)

setListCssClass

public void setListCssClass(String listCssClass)

setListCssStyle

public void setListCssStyle(String listCssStyle)

setListTitle

public void setListTitle(String listTitle)

setThrowExceptionOnNullValueAttribute

public void setThrowExceptionOnNullValueAttribute(boolean throwExceptionOnNullValueAttribute)