Class FolderNewPrompt
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.FolderNewPrompt
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class FolderNewPrompt extends AbstractFolderContextMenuItemBuilder
- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description FolderNewPrompt(Shortcut definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetContextMenuFlag()Indicates the abstract class which is the context-menu flag associated with this item.protected java.lang.StringiframeParam(FolderViewTransform transform)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.AbstractFolderContextMenuItemBuilder
createItem, getEvent, getItemKey, getJSCode, getLinkForMenuItem, getObjectInfo, getTarget, getTransform, isItemAvailable
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript
-
-
-
-
Constructor Detail
-
FolderNewPrompt
public FolderNewPrompt(Shortcut definition)
-
-
Method Detail
-
getContextMenuFlag
protected int getContextMenuFlag()
Description copied from class:AbstractFolderContextMenuItemBuilderIndicates the abstract class which is the context-menu flag associated with this item.- Specified by:
getContextMenuFlagin classAbstractFolderContextMenuItemBuilder
-
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
-
iframeParam
protected java.lang.String iframeParam(FolderViewTransform transform)
- Overrides:
iframeParamin classAbstractFolderContextMenuItemBuilder
-
-