Class FolderShareLink
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.FolderExportLink
-
- com.microstrategy.web.app.transforms.contextmenus.FolderShareLink
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class FolderShareLink extends FolderExportLink
-
-
Constructor Summary
Constructors Constructor Description FolderShareLink(Shortcut definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
checkCSRF()
protected java.lang.String
getJSCode(TransformContext context)
Returns the javascript code to use with this context-menu-itemprotected java.lang.String
getJsCommand()
protected java.lang.String
getLinkForMenuItem(TransformContext context, FolderViewTransform transform)
protected boolean
isActionEnabled(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.FolderExportLink
getContextMenuFlag, getEvent, getItemKey, isItemAvailable
-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
createItem, getObjectInfo, getTarget, getTransform, iframeParam
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript
-
-
-
-
Constructor Detail
-
FolderShareLink
public FolderShareLink(Shortcut definition)
-
-
Method Detail
-
getLinkForMenuItem
protected java.lang.String getLinkForMenuItem(TransformContext context, FolderViewTransform transform)
- Overrides:
getLinkForMenuItem
in classAbstractFolderContextMenuItemBuilder
-
getJSCode
protected java.lang.String getJSCode(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilder
Returns the javascript code to use with this context-menu-item- Overrides:
getJSCode
in classFolderExportLink
-
getJsCommand
protected java.lang.String getJsCommand()
- Overrides:
getJsCommand
in classFolderExportLink
-
checkCSRF
protected boolean checkCSRF()
- Overrides:
checkCSRF
in classFolderExportLink
-
isActionEnabled
protected boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilder
Indicates the abstract class if the corresponding action of this item is available.- Overrides:
isActionEnabled
in classFolderExportLink
-
-