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 WebEventgetEvent(TransformContext context)Provides the abstract class with the corresponding event to execution with this item.booleanisItemAvailable(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:AbstractFolderContextMenuItemBuilderReturns true if the corresponding flag is on and the the corresponding action is available.- Specified by:
 isItemAvailablein interfaceContextMenuItemBuilder- Overrides:
 isItemAvailablein classAbstractFolderContextMenuItemBuilder- Parameters:
 context- TransformContext with context information.- Returns:
 trueif the context-menu-item is available and should be included.
 
- 
getEvent
protected WebEvent getEvent(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilderProvides the abstract class with the corresponding event to execution with this item.- Overrides:
 getEventin classFolderRunViewMedia
 
 - 
 
 -