java.lang.Object | ||
↳ | com.microstrategy.web.app.gui.AbstractGuiElement | |
↳ | com.microstrategy.web.app.gui.QuickLinksImpl |
Title: QuickLinksImpl.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QuickLinksImpl()
Default no argument constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ShortcutList |
getShortcutList()
Returns the list of
ShortcutList elements which are to be rendered by this quick link. | ||||||||||
MarkupOutput |
renderElement()
Renders the HTML output for the quick links.
| ||||||||||
void |
setItemCss(String value)
Sets the CSS styles to be used by the quick links.
| ||||||||||
void |
setShortcutList(ShortcutList value)
Sets the list of
ShortcutList elements which are to be rendered by this quick link. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default no argument constructor.
Returns the list of ShortcutList
elements which are to be rendered by this quick link.
ShortcutList
elements.
Renders the HTML output for the quick links.
Sets the CSS styles to be used by the quick links.
value | The name of the CSS style. |
---|
Sets the list of ShortcutList
elements which are to be rendered by this quick link.
value | The list of ShortcutList elements.
|
---|