Package com.microstrategy.web.app.gui
Class QuickLinksImpl
- java.lang.Object
-
- com.microstrategy.web.app.gui.AbstractGuiElement
-
- com.microstrategy.web.app.gui.QuickLinksImpl
-
- All Implemented Interfaces:
GuiElement
,QuickLinks
public class QuickLinksImpl extends AbstractGuiElement implements QuickLinks
Title: QuickLinksImpl.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.gui.AbstractGuiElement
_appContext, _name, _webComponent
-
-
Constructor Summary
Constructors Constructor Description QuickLinksImpl()
Default no argument constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortcutList
getShortcutList()
Returns the list ofShortcutList
elements which are to be rendered by this quick link.MarkupOutput
renderElement()
Renders the HTML output for the quick links.void
setItemCss(java.lang.String value)
Sets the CSS styles to be used by the quick links.void
setShortcutList(ShortcutList value)
Sets the list ofShortcutList
elements which are to be rendered by this quick link.-
Methods inherited from class com.microstrategy.web.app.gui.AbstractGuiElement
getAppContext, getDescriptor, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getFeatures, getMessages, getName, getTagsFactory, getUseIFrame, getWebComponent, isDhtml, isIFrameEnabled, newHiddenInputBuilder, newNamespaceEncoder, newURIBuilder, renderElement, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.app.gui.GuiElement
getAppContext, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getFeatures, getMessages, getName, getUseIFrame, getWebComponent, renderElement, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent
-
-
-
-
Method Detail
-
renderElement
public MarkupOutput renderElement()
Renders the HTML output for the quick links.- Specified by:
renderElement
in interfaceGuiElement
- Specified by:
renderElement
in classAbstractGuiElement
- Returns:
- The HTML output for the quick links.
-
setItemCss
public void setItemCss(java.lang.String value)
Sets the CSS styles to be used by the quick links.- Specified by:
setItemCss
in interfaceQuickLinks
- Parameters:
value
- The name of the CSS style.
-
setShortcutList
public void setShortcutList(ShortcutList value)
Sets the list ofShortcutList
elements which are to be rendered by this quick link.- Specified by:
setShortcutList
in interfaceQuickLinks
- Parameters:
value
- The list ofShortcutList
elements.
-
getShortcutList
public ShortcutList getShortcutList()
Returns the list ofShortcutList
elements which are to be rendered by this quick link.- Specified by:
getShortcutList
in interfaceQuickLinks
- Returns:
- The list of
ShortcutList
elements.
-
-