Class AbstractReportGridCellTitle.TitlePivotButtonInfo
- java.lang.Object
-
- com.microstrategy.web.app.transforms.AbstractReportGridDisplayCell.PivotButtonInfo
-
- com.microstrategy.web.app.transforms.AbstractReportGridCellTitle.TitlePivotButtonInfo
-
- Enclosing class:
- AbstractReportGridCellTitle
protected abstract static class AbstractReportGridCellTitle.TitlePivotButtonInfo extends AbstractReportGridDisplayCell.PivotButtonInfo
Helper class for storing pivot button information - such as JavaScript id, descriptor (tooltip) and image name - based on the action that can be performed given the current selected target. Determines if the request is valid or not given the current properties of the title being processed.- Since:
- MicroStrategy Web 8.0.1
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TitlePivotButtonInfo()
-
Method Summary
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractReportGridDisplayCell.PivotButtonInfo
getImageName, getJavaScriptId, getNewAttributeFormPosition, getNewAxis, getNewPosition, getTooltip, initialize, initializeButtonDetails, initializeRequestDetails, isForAttributeForm, isRequestValid, setImageName, setIsForAttributeForm, setIsRequestValid, setJavaScriptId, setNewAttributeFormPosition, setNewAxis, setNewPosition, setTooltip
-
-