<sasads:MDQuerySelector>

Used to create a query selector for a MDTable. The selector allows you to choose metabase and model for the MDTable.

Syntax

<sasads:MDQuerySelector model="java.lang.String"
   [additionalFormParameters="java.lang.String"]
   [buttonsVisible="true|false"]
   [customAttributes="java.lang.String"]
   [dataSelectorVisible="false|true"]
   [defaultButtonAction="java.lang.String"]
   [epilog="java.lang.String"]
   [formAction="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [measureStatVisible="false|true"]
   [metabase="java.lang.String"]
   [name="java.lang.String"]
   [processFormAction="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [rowColumnVisible="false|true"]
   [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
dataSelectorVisibleFlag that, if true, will show the data selector.
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
measureStatVisibleFlag that, if true, will show measure and statistics radio buttons
metabaseThe metabase assoiciated with this selector.
modelThe model String to set on the selector.
name
processFormActionThe processFormAction assoiciated with this selector.
prolog
ref
render
rowColumnVisibleFlag that, if true, will show row and column radio buttons
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.MDQuerySelector.

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