<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 | |
|---|---|
descriptionModel | Alternate display name for items in the model at run-time. |
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
model | The model of the Listbox. |
multipleSelections | Specifies whether or not multiple items can be selected in the Listbox. |
name | |
prolog | |
ref | |
render | |
renderType | |
scope | |
selectedIndexes | The selected index of items in the Listbox. |
selectedItems | The selected items specified in the Listbox. |
size | The 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.