<sasads:Listbox>

Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a listbox.

Syntax

<sasads:Listbox
   [customAttributes="java.lang.String"]
   [descriptionModel="java.lang.String"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [multipleSelections="true|false"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [renderType="java.lang.String"]
   [scope="java.lang.String"]
   [selectedIndexes="java.lang.String"]
   [selectedItems="java.lang.String"]
   [size="int"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"] />

<sasads:Listbox
   [customAttributes="java.lang.String"]
   [descriptionModel="java.lang.String"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [multipleSelections="true|false"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [renderType="java.lang.String"]
   [scope="java.lang.String"]
   [selectedIndexes="java.lang.String"]
   [selectedItems="java.lang.String"]
   [size="int"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"]>
      [One or more data items on separate lines]
</sasads:Listbox>

Attributes

customAttributes
descriptionModelAlternate display name for items in the model at run-time.
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
modelThe model of the Listbox.
multipleSelectionsSpecifies whether or not multiple items can be selected in the Listbox.
name
prolog
ref
render
renderType
scope
selectedIndexesThe selected index of items in the Listbox.
selectedItemsThe selected items specified in the Listbox.
sizeThe viewable size of the Listbox at one time.
styleClass
style

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.ListboxInterface.

If you need to subclass the tag handler class for the sasads:Listbox tag, extend com.sas.taglib.servlet.beans.ListboxTag.