java.lang.Object | |
↳ | com.microstrategy.web.app.transforms.AbstractAppTransform.Context |
This is the implementation of the TransformContext
used by this Transform.
It is used to pass information to third-party classes that generate content using
the transform information. In particular it's used to pass information to
context-menus so they can populate the actions accordingly.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Context() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppContext |
getAppContext()
Provides an instance of the AppContext for the current request.
| ||||||||||
ContextMenuManager |
getContextMenuManager()
Provides the ContextMenuManager from where the ContextMenus should be created.
| ||||||||||
Transform |
getTransform()
Provides the current Transform instance.
| ||||||||||
WebComponent |
getWebComponent()
Provides the current WebComponent.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
Provides the ContextMenuManager from where the ContextMenus should be created.