java.lang.Object | ||||
↳ | com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder | |||
↳ | com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder | |||
↳ | com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellParentMenu | |||
↳ | com.microstrategy.web.app.transforms.contextmenus.ReportCellMove |
The ReportCellMove
represents a context menu item builder that will hold
a sub-menu structure with a list of
the options that a user is enabled to access for
pivoting the current grid cell element selected, indicated on the context.
If no children options are defined on its submenu (lack of privileges, conditions required
not met by the current context, etc) the option will automatically be ignored and the final
context menu will not display it.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ReportCellMove(Shortcut definition)
Class constructor
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
isActionEnabled(TransformContext context)
Called by
isItemAvailable(TransformContext) , indicates the abstract class if the corresponding action of this item is available. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Class constructor
definition | Shortcut instance with the base definition of the option
|
---|
Called by isItemAvailable(TransformContext)
, indicates the abstract class if the corresponding action of this item is available.
context | TransformContext initialized instance with the information on where
this option will be used |
---|