<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
actionProvider | The HttpActionProvider object used by the TranformationBean. |
---|---|
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 | 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 NavigationBarElement. 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. |
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:NavigationBarEditingElement tag, extend com.sas.taglib.servlet.tbeans.navigationbar.NavigationBarEditingElementTag.