public class

InboxPDF

extends AbstractInboxContextMenuItemBuilder
java.lang.Object
   ↳ com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
     ↳ com.microstrategy.web.app.transforms.contextmenus.AbstractInboxContextMenuItemBuilder
       ↳ com.microstrategy.web.app.transforms.contextmenus.InboxPDF

Summary

Public Constructors
InboxPDF(Shortcut definition)
Public Methods
boolean isActionEnabled(TransformContext context)
Indicates the abstract class if the corresponding action of this item is available.
Protected Methods
WebEvent getEvent(TransformContext context)
Provides the abstract class with the corresponding event to execution with this item.
String getJSCode(TransformContext context)
Returns the javascript code to use with this context-menu-item
[Expand]
Inherited Methods
From class com.microstrategy.web.app.transforms.contextmenus.AbstractInboxContextMenuItemBuilder
From class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
From class java.lang.Object
From interface com.microstrategy.web.app.gui.ContextMenuItemBuilder

Public Constructors

public InboxPDF (Shortcut definition)

Public Methods

public boolean isActionEnabled (TransformContext context)

Indicates the abstract class if the corresponding action of this item is available.

Protected Methods

protected WebEvent getEvent (TransformContext context)

Provides the abstract class with the corresponding event to execution with this item.

protected String getJSCode (TransformContext context)

Returns the javascript code to use with this context-menu-item