Class FolderRun
- 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.FolderRun
 
 
 
 
 
- 
- All Implemented Interfaces:
 ContextMenuItemBuilder
public class FolderRun extends FolderSimpleAction
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisActionEnabled(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.FolderSimpleAction
getContextMenuFlag, getEvent, getItemKey, getJSCodeForInvalidSFConfiguration, getParentFolderId, iframeParam, isDDACube, isEmmaCube, isEmmaDICube, isFolder, isOldDICube, isSparkCube 
- 
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
createItem, getJSCode, getLinkForMenuItem, getObjectInfo, getTarget, getTransform, isItemAvailable 
- 
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FolderRun
public FolderRun(Shortcut definition)
 
 - 
 
- 
Method Detail
- 
isActionEnabled
protected boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilderIndicates the abstract class if the corresponding action of this item is available.- Specified by:
 isActionEnabledin classAbstractFolderContextMenuItemBuilder
 
 - 
 
 -