<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 | |
|---|---|
cancelVisible | If true, then the cancel action will be displayed when the NavigationBarEditingElement is rendered. |
commitVisible | If true, then the commit action will be displayed when the NavigationBarEditingElement is rendered. |
deleteVisible | If true, then the delete action will be displayed when the NavigationBarEditingElement is rendered. |
id | Case-sensitive name used to identify the object instance. |
insertVisible | If true, then the insert action will be displayed when the NavigationBarEditingElement is rendered. |
instantiate | |
locale | |
model | The model of the NavigationBarElement. It must implement com.sas.servlet.tbeans.navigationbar.BaseNavigationInterface. |
ref | |
render | |
scope | |
styleClassPrefix | The string use for setting the styleClassPrefix on the NavigationBar element. |
updateVisible | If true, then the update action will be displayed when the NavigationBarEditingElement is rendered. |
URLTemplate | The 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.