Class ShortcutInput
- java.lang.Object
 - 
- com.microstrategy.web.app.gui.AbstractGuiElement
 - 
- com.microstrategy.web.app.gui.shortcuts.AbstractShortcut
 - 
- com.microstrategy.web.app.gui.shortcuts.ShortcutInput
 
 
 
 
- 
- All Implemented Interfaces:
 GuiElement,ShortcutElement
public class ShortcutInput extends AbstractShortcut
Title: ShortcutInput. This class renders a button shortcut element that can be of the form of a checkbox, radio button or text field. If provided, some text might be displayed before (for the case of a text field) or after (checkbox and radio buttons) the element.
- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
- 
Fields inherited from class com.microstrategy.web.app.gui.AbstractGuiElement
_appContext, _name, _webComponent 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ShortcutInput() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanrenderElement(MarkupOutput out)Render the instance according to the information provided on its configuration.- 
Methods inherited from class com.microstrategy.web.app.gui.shortcuts.AbstractShortcut
addAttributesToTag, get1ptrans, getFeaturesRoot, getImgTag, getLinkTag, getShortcut, isIncludeSubItems, renderElement, setIncludeSubItems, setShortcut 
- 
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, 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, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent 
 - 
 
 - 
 
- 
- 
Method Detail
- 
renderElement
public boolean renderElement(MarkupOutput out)
Render the instance according to the information provided on its configuration.- Specified by:
 renderElementin interfaceGuiElement- Overrides:
 renderElementin classAbstractGuiElement- Parameters:
 out-MarkupOutputinstance where the HTML information to display to the user is to be saved.- Returns:
 MarkupOutputinstance initialized with the HTML information to display to the user.
 
 - 
 
 -