<sas-dv:TableRowNavigationBar>

The Custom Tag Handler Class for the TableRowNavigationBar

Syntax

<sas-dv: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-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>

Attributes

actionProvider
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.
locale
modelThe model of the NavigationBar. It must implement com.sas.servlet.tbeans.navigationbar.BaseNavigationInterface.
refThe variable String value that represents an object created earlier in the same scope.
render
scopeThe 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.navigationbar.html.TableRowNavigationBar.

If you need to subclass the tag handler class for the sas-dv:TableRowNavigationBar tag, extend com.sas.taglib.servlet.tbeans.navigationbar.TableRowNavigationBarTag.