Class ReportCellVisualThresholds
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellThresholds
-
- com.microstrategy.web.app.transforms.contextmenus.ReportCellVisualThresholds
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class ReportCellVisualThresholds extends AbstractReportCellThresholds
- Since:
- MicroStrategy Web 9.0.1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellThresholds
AbstractReportCellThresholds.ThresholdsContextMenuBuilder
-
-
Constructor Summary
Constructors Constructor Description ReportCellVisualThresholds(Shortcut shortcut)
Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getThresholdsEditor()
protected boolean
isActionEnabled(TransformContext context)
Called byAbstractReportCellContextMenuItemBuilder.isItemAvailable(com.microstrategy.web.app.transforms.TransformContext)
, indicates the abstract class if the corresponding action of this item is available.-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellThresholds
getJSCode, getThresholdsContextMenuBuilder
-
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
-
-
-
-
Method Detail
-
getThresholdsEditor
protected java.lang.String getThresholdsEditor()
- Specified by:
getThresholdsEditor
in classAbstractReportCellThresholds
-
isActionEnabled
protected boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractReportCellContextMenuItemBuilder
Called byAbstractReportCellContextMenuItemBuilder.isItemAvailable(com.microstrategy.web.app.transforms.TransformContext)
, indicates the abstract class if the corresponding action of this item is available.- Overrides:
isActionEnabled
in classAbstractReportCellThresholds
- Parameters:
context
-TransformContext
initialized instance with the information on where this option will be used- Returns:
- boolean value indicating if the option should be enabled to the user or not, given the properties available on the context object.
-
-