java.lang.Object | |||
↳ | com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder | ||
↳ | com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder | ||
↳ | com.microstrategy.web.app.transforms.contextmenus.SelectControlTargets |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SelectControlTargets(Shortcut definition) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getJSCode(TransformContext context)
Generate the JavaScript code the context menu item generated by this builder instance
will trigger when the user selects it.
| ||||||||||
boolean |
isActionEnabled(TransformContext context)
Called by
isItemAvailable(TransformContext) , indicates the abstract class if the corresponding action of this item is available. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Generate the JavaScript code the context menu item generated by this builder instance will trigger when the user selects it.
context | TransformContext initialized instance with the information on where this option will be used |
---|
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 |
---|