Class FolderNew
- 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.FolderNew
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class FolderNew extends FolderSimpleAction
The context menu builder for the Folder's New RMC menu.- Since:
- MicroStrategy Web 9.0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
FolderNew
public FolderNew(Shortcut definition)
-
-
Method Detail
-
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
-
-