public class

InboxDetails

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.InboxDetails

Summary

Public Constructors
InboxDetails(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.
[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 InboxDetails (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.