<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

actionProviderThe HttpActionProvider object used by the composite TransformationBean.
idCase-sensitive name used to identify the object instance.
instantiateFlag 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.
localeSpecifies the locale to use for this instance of the class.
modelThe data model of the OLAPTableViewComposite. It must implement com.sas.storage.olap.OLAPDataSetInterface.
refThe variable String value that represents an object created earlier in the same scope.
renderFlag 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.
scopeThe scope (or page context) within which the reference is available.
templateDictionaryThe java.util.HashMap object used to specify the template dictionary for this composite TransformationBean
templateThe String used as the template for the composite TransformationBean.
templateFileThe java.io.File object used as the template file for this composite TransformationBean.
templateFileNameThe name of the file that contains the template for this composite TransformationBean.
templateLocationThe 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.