Class FolderRunAs
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderParentMenu
-
- com.microstrategy.web.app.transforms.contextmenus.FolderRunAs
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class FolderRunAs extends AbstractFolderParentMenu
- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description FolderRunAs(Shortcut definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getContextMenuFlag()
Indicates the abstract class which is the context-menu flag associated with this item.protected WebEvent
getEvent(TransformContext context)
Provides the abstract class with the corresponding event to execution with this item.protected boolean
isActionEnabled(TransformContext context)
Indicates the abstract class if the corresponding action of this item is available.-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderParentMenu
createItem, getItemKey, getJSCode
-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
getLinkForMenuItem, getObjectInfo, getTarget, getTransform, iframeParam, isItemAvailable
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript
-
-
-
-
Constructor Detail
-
FolderRunAs
public FolderRunAs(Shortcut definition)
-
-
Method Detail
-
getContextMenuFlag
protected int getContextMenuFlag()
Description copied from class:AbstractFolderContextMenuItemBuilder
Indicates the abstract class which is the context-menu flag associated with this item.- Specified by:
getContextMenuFlag
in classAbstractFolderContextMenuItemBuilder
-
isActionEnabled
protected boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilder
Indicates the abstract class if the corresponding action of this item is available.- Specified by:
isActionEnabled
in classAbstractFolderContextMenuItemBuilder
-
getEvent
protected WebEvent getEvent(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilder
Provides the abstract class with the corresponding event to execution with this item.- Overrides:
getEvent
in classAbstractFolderContextMenuItemBuilder
-
-