<sas-dv:RelationalMenuBar>
Used as the menubar for the relational TableView.
Syntax
<sas-dv:RelationalMenuBar
[actionProvider="java.lang.String"]
[borderWidth="int"]
[cellPadding="int"]
[cellSpacing="int"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[height="int"]
[heightPercentage="int"]
[horizontalOrientation="true|false"]
[id="value"]
[instantiate="true|false"]
[leftImage="java.lang.String"]
[locale="java.util.Locale"]
[menuType="HOVER|NAVIGATION|SELECTOR_EXPAND|SELECTOR_EXTERNAL"]
[model="java.lang.String"]
[name="java.lang.String"]
[objectDataProperty="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[rightImage="java.lang.String"]
[scope="page|request|session|application"]
[separator="java.lang.String"]
[separatorImage="java.lang.String"]
[styleClassPrefix="java.lang.String"]
[target="java.lang.String"]
[width="int"]
[widthPercentage="int"] />
<sas-dv:RelationalMenuBar
[actionProvider="java.lang.String"]
[borderWidth="int"]
[cellPadding="int"]
[cellSpacing="int"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[height="int"]
[heightPercentage="int"]
[horizontalOrientation="true|false"]
[id="value"]
[instantiate="true|false"]
[leftImage="java.lang.String"]
[locale="java.util.Locale"]
[menuType="HOVER|NAVIGATION|SELECTOR_EXPAND|SELECTOR_EXTERNAL"]
[model="java.lang.String"]
[name="java.lang.String"]
[objectDataProperty="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[rightImage="java.lang.String"]
[scope="page|request|session|application"]
[separator="java.lang.String"]
[separatorImage="java.lang.String"]
[styleClassPrefix="java.lang.String"]
[target="java.lang.String"]
[width="int"]
[widthPercentage="int"]>
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:RelationalMenuBar>
Attributes
actionProvider | |
|---|---|
borderWidth | The border width in pixels |
cellPadding | The number of pixels between the cell border and the cell content |
cellSpacing | The number of pixels between each cell |
customAttributes | |
epilog | |
height | The height of the MenuBar/Table in pixels |
heightPercentage | The height of the MenuBar/Table as a percentage |
horizontalOrientation | the horizontalOrientation boolean |
id | Case-sensitive name used to identify the object instance. |
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. |
leftImage | The leftImage of the MenuBar |
locale | |
menuType | the menuType String |
model | the model String |
name | |
objectDataProperty | |
prolog | |
ref | The variable String value that represents an object created earlier in the same scope. |
render | |
rightImage | The rightImage of the MenuBar |
scope | The scope (or page context) within which the reference is available. |
separator | the separator String |
separatorImage | the separatorImage String |
styleClassPrefix | the styleClassPrefix String |
target | The value of the TARGET= argrument on the anchor tag |
width | The width of the MenuBar/Table in pixels |
widthPercentage | The width of the MenuBar/Table as a percentage |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.dataselectors.html.RelationalMenuBar.
If you need to subclass the tag handler class for the sas-dv:RelationalMenuBar tag, extend com.sas.taglib.servlet.tbeans.dataselectors.RelationalMenuBarTag.