Class ReportCellThresholds
- 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.ReportCellThresholds
 
 
 
 
 
- 
- All Implemented Interfaces:
 ContextMenuItemBuilder
public class ReportCellThresholds extends AbstractReportCellParentMenu
TheReportCellThresholdsrepresents a context menu item builder that will generate the option for being able to add advanced thresholds for the current grid cell selected, specified on the context.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReportCellThresholds(Shortcut shortcut)Class constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisActionEnabled(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.AbstractReportCellParentMenu
createItem, getJSCode 
- 
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder
canDefineDerivedElements, 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
- 
isActionEnabled
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.- Specified by:
 isActionEnabledin classAbstractReportCellContextMenuItemBuilder- Parameters:
 context-TransformContextinitialized 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.
 
 
 - 
 
 -