<sas:RelationalMenuBar>

Used as the menubar for the relational TableView.

Syntax

<sas: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: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:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:RelationalMenuBar>

Attributes

actionProviderThe HttpActionProvider object used by the TransformationBean.
borderWidthThe border width in pixels
cellPaddingThe number of pixels between the cell border and the cell content
cellSpacingThe number of pixels between each cell
customAttributesa list of attributes in the form of attribute="value", space delimited
epilogText that is output immediately after the last markup tag.
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
localeSpecifies the locale to use for this instance of the class.
menuTypethe menuType String
modelthe model String
nameValue assigned to the markup tag's name attribute.
objectDataPropertyValue assigned to the output tag's objectDataProperty attribute.
prologText that is output immediately preceeding the first markup tag.
refThe variable String value that represents an object created earlier in the same scope.
renderFlag 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.
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:RelationalMenuBar tag, extend com.sas.taglib.servlet.tbeans.dataselectors.RelationalMenuBarTag.