com.microstrategy.web.app.transforms.TransformContext |
This interface is used by transforms to pass information to third-party classes that generate content using the transform information.
For example, a class that implements this interface is passed to context-menus to generate their corresponding items with the correct context information. It is also used by the ReportGridTransform to provide the context information to the ReportGridCell classes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract AppContext |
getAppContext()
Provides an instance of the AppContext for the current request.
| ||||||||||
abstract ContextMenuManager |
getContextMenuManager()
Provides the ContextMenuManager from where the ContextMenus should be created.
| ||||||||||
abstract Transform |
getTransform()
Provides the current Transform instance.
| ||||||||||
abstract WebComponent |
getWebComponent()
Provides the current WebComponent.
|
Provides an instance of the AppContext for the current request.
Provides the ContextMenuManager from where the ContextMenus should be created.