public class

InboxUnread

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

Summary

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