<sasads:MDSubsetSelector>

Tag for creating nway selector custom tag for use with an MDTable.

Syntax

<sasads:MDSubsetSelector model="java.lang.String"
   [additionalFormParameters="java.lang.String"]
   [buttonsVisible="true|false"]
   [customAttributes="java.lang.String"]
   [defaultButtonAction="java.lang.String"]
   [epilog="java.lang.String"]
   [formAction="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [name="java.lang.String"]
   [processFormAction="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [styleClass="java.lang.String"]
   [styleClassPrefix="java.lang.String"]
   [style="java.lang.String"] />

Attributes

additionalFormParametersString name of AssociationList of additional parameters.
buttonsVisibleFlag for buttons visible.
customAttributes
defaultButtonActionThe default button action
epilog
formActionThe value of the ACTION= attribute on the FORM tag.
idCase-sensitive name used to identify the object instance.
instantiate
locale
modelThe model String to set on the selector.
name
processFormActionThe processFormAction assoiciated with this selector.
prolog
ref
render
scope
styleClass
styleClassPrefixstyleClassPrefix to use for the selector.
style

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.mddbtable.html.MDSubsetSelector.

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