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 ShortcutListgetShortcutList()Returns the list ofShortcutListelements which are to be rendered by this quick link.MarkupOutputrenderElement()Renders the HTML output for the quick links.voidsetItemCss(java.lang.String value)Sets the CSS styles to be used by the quick links.voidsetShortcutList(ShortcutList value)Sets the list ofShortcutListelements 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:
renderElementin interfaceGuiElement- Specified by:
renderElementin 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:
setItemCssin interfaceQuickLinks- Parameters:
value- The name of the CSS style.
-
setShortcutList
public void setShortcutList(ShortcutList value)
Sets the list ofShortcutListelements which are to be rendered by this quick link.- Specified by:
setShortcutListin interfaceQuickLinks- Parameters:
value- The list ofShortcutListelements.
-
getShortcutList
public ShortcutList getShortcutList()
Returns the list ofShortcutListelements which are to be rendered by this quick link.- Specified by:
getShortcutListin interfaceQuickLinks- Returns:
- The list of
ShortcutListelements.
-
-