java.lang.Object | ||
↳ | com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder | |
↳ | com.microstrategy.web.app.transforms.contextmenus.TextHyperLinkNavigation |
This class is used by Microstrategy Web as a base class for those used to populate drill context menus for RWDs.
New context-menus-builders can be created simply by extending this class and implementing/overriding these methods:
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TextHyperLinkNavigation(Shortcut definition) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContextMenuItem |
createItem(TransformContext context)
Creates and populates a ContextMenuItem based on the information in the
Shortcut used as defintion. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWLayoutTransform |
getTransform(TransformContext context)
Helper method to retrieve the RWLayoutTransform from the context.
| ||||||||||
boolean |
isActionEnabled(TransformContext context)
Indicates the abstract class if the specific action of this item is available.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates and populates a ContextMenuItem based on the information in the
Shortcut
used as defintion.
context | TransformContext with context information. |
---|
ContextMenuItem
.
Helper method to retrieve the RWLayoutTransform from the context.
Indicates the abstract class if the specific action of this item is available.