<sasads:Radio>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a radiobox.
Syntax
<sasads:Radio
[customAttributes="java.lang.String"]
[descriptionModel="java.lang.String"]
[displayButtonText="true|false"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[model="java.lang.String"]
[name="java.lang.String"]
[orientation="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[renderType="java.lang.String"]
[scope="java.lang.String"]
[selectedIndex="int"]
[selectedItem="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"] />
<sasads:Radio
[customAttributes="java.lang.String"]
[descriptionModel="java.lang.String"]
[displayButtonText="true|false"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[model="java.lang.String"]
[name="java.lang.String"]
[orientation="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[renderType="java.lang.String"]
[scope="java.lang.String"]
[selectedIndex="int"]
[selectedItem="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"]>
[One or more data items on separate lines]
</sasads:Radio>
Attributes
customAttributes | |
|---|---|
descriptionModel | Alternate display name for items in the model at run-time. |
displayButtonText | Determines whether or not the button text should be displayed. |
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
model | The model of the Radio. |
name | |
orientation | The alignment of the radio buttons. |
prolog | |
ref | |
render | |
renderType | |
scope | |
selectedIndex | The selected index of an item in the Radio. |
selectedItem | The selected item specified in the Radio. |
styleClass | |
style |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.RadioInterface.
If you need to subclass the tag handler class for the sasads:Radio tag, extend com.sas.taglib.servlet.beans.RadioTag.