<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
additionalFormParameters | String name of AssociationList of additional parameters. |
|---|---|
buttonsVisible | Flag for buttons visible. |
customAttributes | |
dataSelectorVisible | Flag that, if true, will show the data selector. |
defaultButtonAction | The default button action |
epilog | |
formAction | The value of the ACTION= attribute on the FORM tag. |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
measureStatVisible | Flag that, if true, will show measure and statistics radio buttons |
metabase | The metabase assoiciated with this selector. |
model | The model String to set on the selector. |
name | |
processFormAction | The processFormAction assoiciated with this selector. |
prolog | |
ref | |
render | |
rowColumnVisible | Flag that, if true, will show row and column radio buttons |
scope | |
styleClass | |
styleClassPrefix | styleClassPrefix 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.