Class AbstractFormListElement

java.lang.Object
org.apache.struts2.components.Component
All Implemented Interfaces:
DraggableBean, DroppableBean, ResizableBean, SelectableBean, SortableBean
Direct Known Subclasses:
Autocompleter, CheckboxList, Radio, Select

public abstract class AbstractFormListElement extends AbstractFormElement
Author:
Johannes Geppert
  • Field Details

    • throwExceptionOnNullValueAttribute

      protected boolean throwExceptionOnNullValueAttribute
    • list

      protected Object list
    • listKey

      protected String listKey
    • listValue

      protected String listValue
  • Constructor Details

    • AbstractFormListElement

      public AbstractFormListElement(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
  • Method Details

    • evaluateExtraParams

      public void evaluateExtraParams()
      Overrides:
      evaluateExtraParams in class AbstractFormElement
    • contains

      public boolean contains(Object obj1, Object obj2)
    • getValueClassType

      protected Class getValueClassType()
      Overrides:
      getValueClassType in class org.apache.struts2.components.UIBean
    • setList

      public void setList(Object list)
    • setListKey

      public void setListKey(String listKey)
    • setListValue

      public void setListValue(String listValue)
    • setThrowExceptionOnNullValueAttribute

      public void setThrowExceptionOnNullValueAttribute(boolean throwExceptionOnNullValueAttribute)