Class OndemandDrillContextMenusTransform
- java.lang.Object
-
- com.microstrategy.web.transform.AbstractTransform
-
- com.microstrategy.web.app.transforms.AbstractBasicReportTransform
-
- com.microstrategy.web.app.transforms.contextmenus.OndemandContextMenusTransform
-
- com.microstrategy.web.app.transforms.contextmenus.OndemandDrillContextMenusTransform
-
- All Implemented Interfaces:
TransformContext
,Transform
public class OndemandDrillContextMenusTransform extends OndemandContextMenusTransform
Build Drill context menus- Since:
- MicroStrategy Web 10.3
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.transforms.contextmenus.OndemandContextMenusTransform
drillWithinBehavior, groupContextMenuDrillPathsByType, showDrillDownOnly, showDrillPathSetNamesSubMenuAtTopLevel, showUniqueDrillPaths, sortSetNamesAndDrillPaths
-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractBasicReportTransform
_bean, _rb, _rwb, _vb
-
-
Constructor Summary
Constructors Constructor Description OndemandDrillContextMenusTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Returns a textual description of the transform.protected void
sendMenuItemsToOutput(MarkupOutput out)
This method gets theOndemandContextMenusTransform.getContextMenuManager()
and creates a menu elementsBlockList
, adds it to aBlock
and sends it to the input parameterMarkupOutput
out.-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.OndemandContextMenusTransform
getAppContext, getContext, getContextMenuManager, getContextMenuManagerName, getOndemandContextMenuBuilderFactory, getTransform, getWebComponent, populateMenuItems, render, setFormalParameters
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractBasicReportTransform
addFormalParameter, getElemsMapHelper, getGraphBean, getGridData, getHyperLinkHelper, getReportBean, getRWBean, getSupportedBeanType, getViewBean, getWebGridData, getWebReportGrid, getWebTemplate, initBeans, initGridData, isDesignMode, isFeatureAvailable, isReport, isTrue, supports, transform
-
Methods inherited from class com.microstrategy.web.transform.AbstractTransform
addFormalParam, canTransform, getEvents, getFormalParams, getID, getPreview, isPreviewAvailable, isResolved, removeFormalParam, setAnnotation, setDeprecated, supports
-
-
-
-
Method Detail
-
sendMenuItemsToOutput
protected void sendMenuItemsToOutput(MarkupOutput out)
This method gets theOndemandContextMenusTransform.getContextMenuManager()
and creates a menu elementsBlockList
, adds it to aBlock
and sends it to the input parameterMarkupOutput
out.- Overrides:
sendMenuItemsToOutput
in classOndemandContextMenusTransform
- Parameters:
out
-MarkupOutput
object
-
getDescription
public java.lang.String getDescription()
Description copied from interface:Transform
Returns a textual description of the transform.- Specified by:
getDescription
in interfaceTransform
- Overrides:
getDescription
in classOndemandContextMenusTransform
- Returns:
- The textual description of the transform.
-
-