<sas-dv:NavigationBarEditingElement>

The Custom Tag Handler Class for the NavigationBarEditingElement

Syntax

<sas-dv: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="java.lang.String"]
   [styleClassPrefix="java.lang.String"]
   [updateVisible="true|false"]
   [URLTemplate="java.lang.String"] />

Attributes

actionProvider
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.
instantiate
locale
modelThe model of the NavigationBarElement. It must implement com.sas.servlet.tbeans.navigationbar.BaseNavigationInterface.
ref
render
scope
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-dv:NavigationBarEditingElement tag, extend com.sas.taglib.servlet.tbeans.navigationbar.NavigationBarEditingElementTag.