<sas:NavigationBarEditingElement>

The Custom Tag Handler Class for the NavigationBarEditingElement

Syntax

<sas:NavigationBarEditingElement
   [actionProvider="java.lang.String"]
   [cancelVisible="true|false"]
   [commitVisible="true|false"]
   [deleteVisible="true|false"]
   [id="value"]
   [insertVisible="true|false"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="page|request|session|application"]
   [styleClassPrefix="java.lang.String"]
   [updateVisible="true|false"]
   [URLTemplate="java.lang.String"] />

Attributes

actionProviderThe HttpActionProvider object used by the TranformationBean.
cancelVisibleIf true, then the cancel action will be displayed when the NavigationBarEditingElement is rendered.
commitVisibleIf true, then the commit action will be displayed when the NavigationBarEditingElement is rendered.
deleteVisibleIf true, then the delete action will be displayed when the NavigationBarEditingElement is rendered.
idCase-sensitive name used to identify the object instance.
insertVisibleIf true, then the insert action will be displayed when the NavigationBarEditingElement is rendered.
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 model of the NavigationBarElement. It must implement com.sas.servlet.tbeans.navigationbar.BaseNavigationInterface.
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.
styleClassPrefixThe string use for setting the styleClassPrefix on the NavigationBar element.
updateVisibleIf true, then the update action will be displayed when the NavigationBarEditingElement is rendered.
URLTemplateThe Viewer's URLTemplate. This is the template pattern String used in the URL.

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.navigationbar.html.NavigationBarEditingElement.

If you need to subclass the tag handler class for the sas:NavigationBarEditingElement tag, extend com.sas.taglib.servlet.tbeans.navigationbar.NavigationBarEditingElementTag.