<sas:OLAPTableViewComposite>
The Custom Tag Handler Class for the OLAPTableViewComposite
Syntax
<sas: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:OLAPTableView ...>
[<sas:StyleMapKey .../>]
[<sas:Form ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:Form>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:StyleMapKey>, <sas:SetProperty> tags...]
</sas:OLAPTableView>]
[<sas:TableColumnNavigationBar ...>
[<sas:NavigationBarColumnScrollingElement .../>]
[<sas:NavigationBarRowScrollingElement .../>]
[<sas:StyleMapKey .../>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:StyleMapKey>, <sas:SetProperty> tags...]
</sas:TableColumnNavigationBar>]
[<sas:TableRowNavigationBar ...>
[<sas:NavigationBarRowScrollingElement .../>]
[<sas:NavigationBarColumnScrollingElement .../>]
[<sas:StyleMapKey .../>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:StyleMapKey>, <sas:SetProperty> tags...]
</sas:TableRowNavigationBar>]
[<sas:TableTitle ...>
[<sas:StyleInfo .../>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:TableTitle>]
[<sas:TableFooter ...>
[<sas:StyleInfo .../>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:TableFooter>]
[<sas:OLAPMenuBar ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:OLAPMenuBar>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:OLAPTableViewComposite>
Attributes
actionProvider | The HttpActionProvider object used by the composite TransformationBean. |
---|---|
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 | Specifies the locale to use for this instance of the class. |
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 | Flag that, if true, indicates that the complete markup of the bean is output when the tag is closed. It also sets the the visible property on the underlying TransformationBean. |
scope | The scope (or page context) within which the reference is available. |
templateDictionary | The java.util.HashMap object used to specify the template dictionary for this composite TransformationBean |
template | The String used as the template for the composite TransformationBean. |
templateFile | The java.io.File object used as the template file for this composite TransformationBean. |
templateFileName | The name of the file that contains the template for this composite TransformationBean. |
templateLocation | The location (directory) containing the template file for this composite TransformationBean. |
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:OLAPTableViewComposite tag, extend com.sas.taglib.servlet.tbeans.olaptableview.OLAPTableViewCompositeTag.