<sas:TableRowNavigationBar>
The Custom Tag Handler Class for the TableRowNavigationBar
Syntax
<sas:TableRowNavigationBar
[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: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>
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 model of the NavigationBar. It must implement com.sas.servlet.tbeans.navigationbar.BaseNavigationInterface. |
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.navigationbar.html.TableRowNavigationBar.
If you need to subclass the tag handler class for the sas:TableRowNavigationBar tag, extend com.sas.taglib.servlet.tbeans.navigationbar.TableRowNavigationBarTag.