Class FolderExportMstr
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.FolderRunViewMedia
-
- com.microstrategy.web.app.transforms.contextmenus.FolderExportMstr
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class FolderExportMstr extends FolderRunViewMedia
Class to support export to mstr (Download Dashboard option) from folder view.- Since:
- MicroStrategy Web 9.5
-
-
Constructor Summary
Constructors Constructor Description FolderExportMstr(Shortcut definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebEvent
getEvent(TransformContext context)
Provides the abstract class with the corresponding event to execution with this item.boolean
isItemAvailable(TransformContext context)
Returns true if the corresponding flag is on and the the corresponding action is available.-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.FolderRunViewMedia
getContextMenuFlag, getItemKey, getObject, iframeParam, isActionEnabled
-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
createItem, getJSCode, getLinkForMenuItem, getObjectInfo, getTarget, getTransform
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript
-
-
-
-
Constructor Detail
-
FolderExportMstr
public FolderExportMstr(Shortcut definition)
-
-
Method Detail
-
isItemAvailable
public boolean isItemAvailable(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilder
Returns true if the corresponding flag is on and the the corresponding action is available.- Specified by:
isItemAvailable
in interfaceContextMenuItemBuilder
- Overrides:
isItemAvailable
in classAbstractFolderContextMenuItemBuilder
- Parameters:
context
- TransformContext with context information.- Returns:
true
if the context-menu-item is available and should be included.
-
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 classFolderRunViewMedia
-
-