java.lang.Object | ||||
↳ | com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder | |||
↳ | com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder | |||
↳ | com.microstrategy.web.app.transforms.contextmenus.FolderSimpleAction | |||
↳ | com.microstrategy.web.app.transforms.contextmenus.FolderQueryBuilder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FolderQueryBuilder(Shortcut definition) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContextMenuItem |
createItem(TransformContext context)
Creates the item and sets its javascript to submit the corresponding event using the iFrame.
| ||||||||||
boolean |
isItemAvailable(TransformContext context)
Returns true if the corresponding flag is on and the the corresponding action is available.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebEvent |
getEvent(TransformContext context)
Provides the abstract class with the corresponding event to execution with this item.
| ||||||||||
boolean |
isActionEnabled(TransformContext context)
Indicates the abstract class if the corresponding action of this item is available.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates the item and sets its javascript to submit the corresponding event using the iFrame.
context | TransformContext with context information. |
---|
ContextMenuItem
.
Returns true if the corresponding flag is on and the the corresponding action is available.
context | TransformContext with context information. |
---|
true
if the context-menu-item is available and should be included.
Provides the abstract class with the corresponding event to execution with this item.
Indicates the abstract class if the corresponding action of this item is available.