Class ReportCellMoveToPageBy
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellMove
-
- com.microstrategy.web.app.transforms.contextmenus.ReportCellMoveToPageBy
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class ReportCellMoveToPageBy extends AbstractReportCellMove
TheReportCellMoveToPageByclass represents the pivot option that allows cell instances to be moved to the page by section on the grid template.- Since:
- MicroStrategy Web 8.0.1
-
-
Constructor Summary
Constructors Constructor Description ReportCellMoveToPageBy(Shortcut definition)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetPivotCode()Utility method for being able to recognize the different pivot manipulations that can be generated.-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractReportCellMove
getJSCode, isActionEnabled, isCellSupported
-
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
-
getPivotCode
protected int getPivotCode()
Description copied from class:AbstractReportCellMoveUtility method for being able to recognize the different pivot manipulations that can be generated.- Specified by:
getPivotCodein classAbstractReportCellMove- Returns:
- int value identifying the pivot manipulation this builder will support. Values are
from the
ReportGridDisplayCellconstants such asReportGridDisplayCell.PIVOT_DECREASE_POSITION,ReportGridDisplayCell.PIVOT_INCREASE_POSITION, etc.
-
-