类 org.apache.struts2.components.ListUIBean
的使用

使用 ListUIBean 的软件包
org.apache.struts2.components   
 

org.apache.struts2.componentsListUIBean 的使用
 

org.apache.struts2.componentsListUIBean 的子类
 class CheckboxList
          Creates a series of checkboxes from a list.
 class DoubleListUIBean
          DoubleListUIBean is the standard superclass of all Struts double list handling components.
 class DoubleSelect
          Renders two HTML select elements with second one changing displayed values depending on selected entry of first one
 class InputTransferSelect
          Create a input transfer select component which is basically an text input and <select ...
 class OptionTransferSelect
          Create a option transfer select component which is basically two <select ...
 class Radio
          Render a radio button input field.
 class Select
          Render an HTML input tag of type select
 class UpDownSelect
          Create a Select component with buttons to move the elements in the select component up and down.