<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
descriptionModelAlternate display name for items in the model at run-time.
displayButtonTextDetermines whether or not the button text should be displayed.
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
modelThe model of the Radio.
name
orientationThe alignment of the radio buttons.
prolog
ref
render
renderType
scope
selectedIndexThe selected index of an item in the Radio.
selectedItemThe 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.