<sas:OLAPMenuBar>
Used as the menubar for the OLAPTableView.
Syntax
<sas:OLAPMenuBar
[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:OLAPMenuBar
[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:OLAPMenuBar>
Attributes
actionProvider | The HttpActionProvider object used by the TransformationBean. |
---|---|
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 | a list of attributes in the form of attribute="value", space delimited |
epilog | Text that is output immediately after the last markup tag. |
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 | Specifies the locale to use for this instance of the class. |
menuType | the menuType String |
model | the model String |
name | Value assigned to the markup tag's name attribute. |
objectDataProperty | Value assigned to the output tag's objectDataProperty attribute. |
prolog | Text that is output immediately preceeding the first markup tag. |
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. |
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.OLAPMenuBar.
If you need to subclass the tag handler class for the sas:OLAPMenuBar tag, extend com.sas.taglib.servlet.tbeans.dataselectors.OLAPMenuBarTag.