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 ContextMenuItemcreateItem(TransformContext context)Creates and populates a ContextMenuItem based on the information in theShortcutused as defintion.protected java.lang.StringgetJSCode(TransformContext context)protected java.lang.StringgetJSCommand()protected FolderFrameTreeTransformgetTransform(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.DefaultContextMenuItemBuilderCreates and populates a ContextMenuItem based on the information in theShortcutused as defintion.- Specified by:
 createItemin interfaceContextMenuItemBuilder- Overrides:
 createItemin 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()
 
 - 
 
 -