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.StringgetDescription()Returns a textual description of the transform.protected voidsendMenuItemsToOutput(MarkupOutput out)This method gets theOndemandContextMenusTransform.getContextMenuManager()and creates a menu elementsBlockList, adds it to aBlockand sends it to the input parameterMarkupOutputout.-
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 aBlockand sends it to the input parameterMarkupOutputout.- Overrides:
sendMenuItemsToOutputin classOndemandContextMenusTransform- Parameters:
out-MarkupOutputobject
-
getDescription
public java.lang.String getDescription()
Description copied from interface:TransformReturns a textual description of the transform.- Specified by:
getDescriptionin interfaceTransform- Overrides:
getDescriptionin classOndemandContextMenusTransform- Returns:
- The textual description of the transform.
-
-