<sas-dv:OLAPTableViewComposite>
The Custom Tag Handler Class for the OLAPTableViewComposite
Syntax
<sas-dv:OLAPTableViewComposite
[actionProvider="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[model="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="page|request|session|application"]
[templateDictionary="java.lang.String"]
[template="java.lang.String"]
[templateFile="java.lang.String"]
[templateFileName="java.lang.String"]
[templateLocation="java.lang.String"]>
[<sas-dv:OLAPTableView ...>
[<sas-dv:StyleMapKey .../>]
[<sas-dv:Form/>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:StyleMapKey>, <sas-dv:SetProperty> tags...]
</sas-dv:OLAPTableView>]
[<sas-dv:TableColumnNavigationBar ...>
[<sas-dv:NavigationBarColumnScrollingElement .../>]
[<sas-dv:NavigationBarRowScrollingElement .../>]
[<sas-dv:StyleMapKey .../>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:StyleMapKey>, <sas-dv:SetProperty> tags...]
</sas-dv:TableColumnNavigationBar>]
[<sas-dv:TableRowNavigationBar ...>
[<sas-dv:NavigationBarRowScrollingElement .../>]
[<sas-dv:NavigationBarColumnScrollingElement .../>]
[<sas-dv:StyleMapKey .../>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:StyleMapKey>, <sas-dv:SetProperty> tags...]
</sas-dv:TableRowNavigationBar>]
[<sas-dv:TableTitle ...>
[<sas-dv:StyleInfo/>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:TableTitle>]
[<sas-dv:TableFooter ...>
[<sas-dv:StyleInfo/>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:TableFooter>]
[<sas-dv:OLAPMenuBar ...>
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:OLAPMenuBar>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:OLAPTableViewComposite>
Attributes
actionProvider | |
|---|---|
id | Case-sensitive name used to identify the object instance. |
instantiate | Flag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute. |
locale | |
model | The data model of the OLAPTableViewComposite. It must implement com.sas.storage.olap.OLAPDataSetInterface. |
ref | The variable String value that represents an object created earlier in the same scope. |
render | |
scope | The scope (or page context) within which the reference is available. |
templateDictionary | |
template | |
templateFile | |
templateFileName | |
templateLocation |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.olaptableview.html.OLAPTableViewComposite.
If you need to subclass the tag handler class for the sas-dv:OLAPTableViewComposite tag, extend com.sas.taglib.servlet.tbeans.olaptableview.OLAPTableViewCompositeTag.