Class ReportGraphFormat
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.ReportGraphFormat
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class ReportGraphFormat extends ContextMenu.DefaultContextMenuItemBuilder
- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description ReportGraphFormat(Shortcut definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextMenuItemcreateItem(TransformContext context)Creates and populates new instance of aContextMenuItemthe for 'Format' option.protected TransformgetTransform(TransformContext context)Returns an instance of ReportGraphTransformImpl instance which is the transform associated with GraphsbooleanisItemAvailable(TransformContext context)Returnstrueif the underlyingShortcutused as definition is available (based on the features defined on the <shortcut> xml.-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getItemKey, getScript
-
-
-
-
Constructor Detail
-
ReportGraphFormat
public ReportGraphFormat(Shortcut definition)
-
-
Method Detail
-
isItemAvailable
public boolean isItemAvailable(TransformContext context)
Returns
trueif the underlyingShortcutused as definition is available (based on the features defined on the <shortcut> xml.If this method returns
falsethe context-menu-item 'Format' should not be included as part of the available options in the menu.- Specified by:
isItemAvailablein interfaceContextMenuItemBuilder- Overrides:
isItemAvailablein classContextMenu.DefaultContextMenuItemBuilder- Parameters:
context- TransformContext with context information.- Returns:
trueif the context-menu-item 'Format' is available and should be included.
-
getTransform
protected Transform getTransform(TransformContext context)
Returns an instance of ReportGraphTransformImpl instance which is the transform associated with Graphs
-
createItem
public ContextMenuItem createItem(TransformContext context)
Creates and populates new instance of aContextMenuItemthe for 'Format' option.- Specified by:
createItemin interfaceContextMenuItemBuilder- Overrides:
createItemin classContextMenu.DefaultContextMenuItemBuilder- Parameters:
context- Context Information.- Returns:
- A new
ContextMenuItempopulated to perform the corresponding action.
-
-