com.microstrategy.web.app.gui.Menu |
![]() |
Title: Menu.
Description: represent the menu bar on top of report/document page
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDynamicMenuName()
Get the name of the list of shortcuts that shall be rendered as a menu
| ||||||||||
abstract ShortcutListSet |
getDynamicMenus()
Get the list of shortcuts that shall be rendered as a menu
| ||||||||||
abstract String |
getMenuBlockCss()
Get the css style to use for the menu block
| ||||||||||
abstract String |
getMenuHeaderCss()
Get the css style to use for the menu header
| ||||||||||
abstract String |
getMenuHeaderSelectedCss()
Get the css style to use for the selected menu header
| ||||||||||
abstract String |
getMenuItemCss()
Get the css style to use for the menu items
| ||||||||||
abstract String |
getMenuItemSelectedCss()
Get the css style to use for the selected menu item
| ||||||||||
abstract String |
getMenuSeparatorCss()
Get the css style to use for the menu separator
| ||||||||||
abstract void |
setDynamicMenuName(String value)
Set the name of the list of shortcuts that shall be rendered as a menu
| ||||||||||
abstract void |
setDynamicMenus(ShortcutListSet value)
Set the list of shortcuts that shall be rendered as a menu
| ||||||||||
abstract void |
setMenuBlockCss(String value)
Set the css style to use for the menu block
| ||||||||||
abstract void |
setMenuHeaderCss(String value)
Set the css style to use for the menu header
| ||||||||||
abstract void |
setMenuHeaderSelectedCss(String value)
Set the css style to use for the selected menu header
| ||||||||||
abstract void |
setMenuItemCss(String value)
Set the css style to use for the menu items
| ||||||||||
abstract void |
setMenuItemSelectedCss(String value)
Set the css style to use for the selected menu item
| ||||||||||
abstract void |
setMenuSeparatorCss(String value)
Set the css style to use for the menu separator
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the name of the list of shortcuts that shall be rendered as a menu
ShortcutListSet
instance associated with this instance.Get the list of shortcuts that shall be rendered as a menu
ShortcutListSet
instance associated with this instance.
Get the css style to use for the menu block
Get the css style to use for the menu header
Get the css style to use for the selected menu header
Get the css style to use for the menu items
Get the css style to use for the selected menu item
Get the css style to use for the menu separator
Set the name of the list of shortcuts that shall be rendered as a menu
value | a ShortcutListSet instance initialized with the
shortcuts to render. |
---|
Set the list of shortcuts that shall be rendered as a menu
value | a ShortcutListSet instance initialized with the
shortcuts to render.
|
---|
Set the css style to use for the menu block
value | String representing the css style to use |
---|
Set the css style to use for the menu header
value | String representing the css style to use |
---|
Set the css style to use for the selected menu header
value | String representing the css style to use |
---|
Set the css style to use for the menu items
value | String representing the css style to use |
---|
Set the css style to use for the selected menu item
value | String representing the css style to use |
---|
Set the css style to use for the menu separator
value | String representing the css style to use |
---|