Package com.microstrategy.web.app.gui
Interface QuickLinks
-
- All Superinterfaces:
GuiElement
- All Known Implementing Classes:
QuickLinksImpl
public interface QuickLinks extends GuiElement
This interface is used to render the quick links at the top right corner of the report page.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShortcutList
getShortcutList()
Returns the list ofShortcutList
elements which are to be rendered by this quick link.void
setItemCss(java.lang.String css)
Sets the CSS styles to be used by the quick links.void
setShortcutList(ShortcutList links)
Sets the list ofShortcutList
elements which are to be rendered by this quick link.-
Methods inherited from interface com.microstrategy.web.app.gui.GuiElement
getAppContext, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getFeatures, getMessages, getName, getUseIFrame, getWebComponent, renderElement, renderElement, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent
-
-
-
-
Method Detail
-
setItemCss
void setItemCss(java.lang.String css)
Sets the CSS styles to be used by the quick links.- Parameters:
css
- The name of the CSS style.
-
setShortcutList
void setShortcutList(ShortcutList links)
Sets the list ofShortcutList
elements which are to be rendered by this quick link.- Parameters:
links
- The list ofShortcutList
elements.
-
getShortcutList
ShortcutList getShortcutList()
Returns the list ofShortcutList
elements which are to be rendered by this quick link.- Returns:
- The list of
ShortcutList
elements.
-
-