Class ReportCellPercentOverColumnsMetric
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellInsertMetric
-
- com.microstrategy.web.app.transforms.contextmenus.ReportCellPercentOverColumnsMetric
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class ReportCellPercentOverColumnsMetric extends AbstractReportCellInsertMetric
TheReportCellPercentOverColumnsMetric
represents a context menu item builder that will allow users to insert new percent metrics over column information.- Since:
- MicroStrategy Web 8.0.1
-
-
Constructor Summary
Constructors Constructor Description ReportCellPercentOverColumnsMetric(Shortcut definition)
Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebEvent
getEvent(TransformContext context)
Generate the event information for the Insert Metric manipulation the instance will enable.-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellInsertMetric
getDisplayCell, getJSCode, 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
-
-
-
-
Method Detail
-
getEvent
protected WebEvent getEvent(TransformContext context)
Description copied from class:AbstractReportCellInsertMetric
Generate the event information for the Insert Metric manipulation the instance will enable.- Specified by:
getEvent
in classAbstractReportCellInsertMetric
- Parameters:
context
-TransformContext
initialized instance with the information on where this option will be used- Returns:
WebEvent
initialized instance with the event information for the manipulation support. If it is not allowed,null
might be returned.
-
-