Class InboxPDF
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractInboxContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.InboxPDF
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class InboxPDF extends AbstractInboxContextMenuItemBuilder
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebEvent
getEvent(TransformContext context)
Provides the abstract class with the corresponding event to execution with this item.protected java.lang.String
getJSCode(TransformContext context)
Returns the javascript code to use with this context-menu-itemboolean
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.AbstractInboxContextMenuItemBuilder
createItem, getBoneID, getTransform, getWebMessage, iframeParam, isItemAvailable
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getItemKey, getScript
-
-
-
-
Constructor Detail
-
InboxPDF
public InboxPDF(Shortcut definition)
-
-
Method Detail
-
isActionEnabled
public boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractInboxContextMenuItemBuilder
Indicates the abstract class if the corresponding action of this item is available.- Specified by:
isActionEnabled
in classAbstractInboxContextMenuItemBuilder
-
getEvent
protected WebEvent getEvent(TransformContext context)
Description copied from class:AbstractInboxContextMenuItemBuilder
Provides the abstract class with the corresponding event to execution with this item.- Specified by:
getEvent
in classAbstractInboxContextMenuItemBuilder
-
getJSCode
protected java.lang.String getJSCode(TransformContext context)
Description copied from class:AbstractInboxContextMenuItemBuilder
Returns the javascript code to use with this context-menu-item- Overrides:
getJSCode
in classAbstractInboxContextMenuItemBuilder
-
-