<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
borderWidthThe border width in pixels
cellPaddingThe number of pixels between the cell border and the cell content
cellSpacingThe number of pixels between each cell
customAttributes
epilog
heightThe height of the MenuBar/Table in pixels
heightPercentageThe height of the MenuBar/Table as a percentage
horizontalOrientationthe horizontalOrientation boolean
idCase-sensitive name used to identify the object instance.
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.
leftImageThe leftImage of the MenuBar
locale
menuTypethe menuType String
modelthe model String
name
objectDataProperty
prolog
refThe variable String value that represents an object created earlier in the same scope.
render
rightImageThe rightImage of the MenuBar
scopeThe scope (or page context) within which the reference is available.
separatorthe separator String
separatorImagethe separatorImage String
styleClassPrefixthe styleClassPrefix String
targetThe value of the TARGET= argrument on the anchor tag
widthThe width of the MenuBar/Table in pixels
widthPercentageThe 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.