Class FolderTreeExportLink
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.FolderTreeExportLink
-
- All Implemented Interfaces:
ContextMenuItemBuilder
- Direct Known Subclasses:
FolderTreeShareLink
public class FolderTreeExportLink extends ContextMenu.DefaultContextMenuItemBuilder
-
-
Constructor Summary
Constructors Constructor Description FolderTreeExportLink(Shortcut definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextMenuItem
createItem(TransformContext context)
Creates and populates a ContextMenuItem based on the information in theShortcut
used as defintion.protected java.lang.String
getJSCode(TransformContext context)
protected java.lang.String
getJSCommand()
protected FolderFrameTreeTransform
getTransform(TransformContext context)
Helper method to retrieve the RWLayoutTransform from the context.-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getItemKey, getScript, isItemAvailable
-
-
-
-
Constructor Detail
-
FolderTreeExportLink
public FolderTreeExportLink(Shortcut definition)
-
-
Method Detail
-
getTransform
protected FolderFrameTreeTransform getTransform(TransformContext context)
Helper method to retrieve the RWLayoutTransform from the context.
-
createItem
public ContextMenuItem createItem(TransformContext context)
Description copied from class:ContextMenu.DefaultContextMenuItemBuilder
Creates and populates a ContextMenuItem based on the information in theShortcut
used as defintion.- Specified by:
createItem
in interfaceContextMenuItemBuilder
- Overrides:
createItem
in classContextMenu.DefaultContextMenuItemBuilder
- Parameters:
context
- TransformContext with context information.- Returns:
- a new instance of a
ContextMenuItem
.
-
getJSCode
protected java.lang.String getJSCode(TransformContext context)
-
getJSCommand
protected java.lang.String getJSCommand()
-
-