java.lang.Object | ||
↳ | com.microstrategy.web.app.gui.AbstractGuiElement | |
↳ | com.microstrategy.web.app.gui.MenuImpl |
Title: MenuImpl.
Description: represent the menu bar on top of report/document page
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MenuImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDynamicMenuName()
Get the name of the list of shortcuts that shall be rendered as a menu
| ||||||||||
ShortcutListSet |
getDynamicMenus()
Get the list of shortcuts that shall be rendered as a menu
| ||||||||||
String |
getMenuBlockCss()
Get the css style to use for the menu block
| ||||||||||
String |
getMenuHeaderCss()
Get the css style to use for the menu header
| ||||||||||
String |
getMenuHeaderSelectedCss()
Get the css style to use for the selected menu header
| ||||||||||
String |
getMenuItemCss()
Get the css style to use for the menu items
| ||||||||||
String |
getMenuItemSelectedCss()
Get the css style to use for the selected menu item
| ||||||||||
String |
getMenuSeparatorCss()
Get the css style to use for the menu separator
| ||||||||||
boolean |
renderElement(MarkupOutput mo)
Render the current GUI Element with the information provided
| ||||||||||
MarkupOutput |
renderElement()
Render the GUI Element represented by this instance
| ||||||||||
void |
setDynamicMenuName(String value)
Set the name of the list of shortcuts that shall be rendered as a menu
| ||||||||||
void |
setDynamicMenus(ShortcutListSet value)
Set the list of shortcuts that shall be rendered as a menu
| ||||||||||
void |
setMenuBlockCss(String value)
Set the css style to use for the menu block
| ||||||||||
void |
setMenuHeaderCss(String value)
Set the css style to use for the menu header
| ||||||||||
void |
setMenuHeaderSelectedCss(String value)
Set the css style to use for the selected menu header
| ||||||||||
void |
setMenuItemCss(String value)
Set the css style to use for the menu items
| ||||||||||
void |
setMenuItemSelectedCss(String value)
Set the css style to use for the selected menu item
| ||||||||||
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
Render the current GUI Element with the information provided
mo | MarkupOutput instance where the HTML information
to display to the user is to be saved. |
---|
boolean
value indicating if the render operation was successful or not
Render the GUI Element represented by this instance
MarkupOutput
instance initialized with the
HTML code to render for this element
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 |
---|