Class FolderCreateShortcut
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.FolderCreateShortcut
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class FolderCreateShortcut extends AbstractFolderContextMenuItemBuilder
- Since:
- MicroStrategy Web 8.0.1
-
-
Constructor Summary
Constructors Constructor Description FolderCreateShortcut(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 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.AbstractFolderContextMenuItemBuilder
createItem, getEvent, getItemKey, getJSCode, getLinkForMenuItem, getObjectInfo, getTarget, getTransform, iframeParam, isItemAvailable
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript
-
-
-
-
Constructor Detail
-
FolderCreateShortcut
public FolderCreateShortcut(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
-
-