com.microstrategy.web.app.gui.QuickLinks |
![]() |
This interface is used to render the quick links at the top right corner of the report page.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ShortcutList |
getShortcutList()
Returns the list of
ShortcutList elements which are to be rendered by this quick link. | ||||||||||
abstract void |
setItemCss(String css)
Sets the CSS styles to be used by the quick links.
| ||||||||||
abstract void |
setShortcutList(ShortcutList links)
Sets the list of
ShortcutList elements which are to be rendered by this quick link. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the list of ShortcutList
elements which are to be rendered by this quick link.
ShortcutList
elements.
Sets the CSS styles to be used by the quick links.
css | The name of the CSS style. |
---|
Sets the list of ShortcutList
elements which are to be rendered by this quick link.
links | The list of ShortcutList elements.
|
---|