com.microstrategy.web.app.gui.ShortcutElement |
![]() |
This is the interface for a GUI Element that renders a single Shortcut Configuration Element. It just extends the GuiElement interface.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Shortcut |
getShortcut()
Obtain the
Shortcut instance to be rendered by this element | ||||||||||
abstract boolean |
isIncludeSubItems()
This flag indicates whether the HTML should
include the subitems content when this element is rendered.
| ||||||||||
abstract void |
setIncludeSubItems(boolean value)
This flag indicates whether the HTML should
include the subitems content when this element is rendered.
| ||||||||||
abstract void |
setShortcut(Shortcut config)
Sets the
Shortcut instance to be rendered by this element |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This flag indicates whether the HTML should include the subitems content when this element is rendered.
This flag indicates whether the HTML should include the subitems content when this element is rendered.
value | boolean: true if shortcut should include it automatically. |
---|