Class ReportCellAlertMobile
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.ReportCellAlert
-
- com.microstrategy.web.app.transforms.contextmenus.ReportCellAlertMobile
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class ReportCellAlertMobile extends ReportCellAlert
-
-
Constructor Summary
Constructors Constructor Description ReportCellAlertMobile(Shortcut shortcut)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetJSCode(TransformContext context)Generate the JavaScript code the context menu item generated by this builder instance will trigger when the user selects it.-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.ReportCellAlert
isActionEnabled
-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder
canDefineDerivedElements, createItem, getCell, getFormalParameter, getIntValue, getPassThroughMode, getStringValue, getTransform, isFeatureAvailable, isIframeEnabled, isItemAvailable, isRW, isTrue
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getItemKey, getScript
-
-
-
-
Constructor Detail
-
ReportCellAlertMobile
public ReportCellAlertMobile(Shortcut shortcut)
-
-
Method Detail
-
getJSCode
protected java.lang.String getJSCode(TransformContext context)
Description copied from class:AbstractReportCellContextMenuItemBuilderGenerate the JavaScript code the context menu item generated by this builder instance will trigger when the user selects it.- Overrides:
getJSCodein classReportCellAlert- Parameters:
context-TransformContextinitialized instance with the information on where this option will be used- Returns:
- String value with the JavaScript information to trigger when the option is selected.
-
-