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
TheReportCellPercentOverColumnsMetricrepresents 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 WebEventgetEvent(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:AbstractReportCellInsertMetricGenerate the event information for the Insert Metric manipulation the instance will enable.- Specified by:
 getEventin classAbstractReportCellInsertMetric- Parameters:
 context-TransformContextinitialized instance with the information on where this option will be used- Returns:
 WebEventinitialized instance with the event information for the manipulation support. If it is not allowed,nullmight be returned.
 
 - 
 
 -