Class InboxDetails
- java.lang.Object
-
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.AbstractInboxContextMenuItemBuilder
-
- com.microstrategy.web.app.transforms.contextmenus.InboxDetails
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class InboxDetails extends AbstractInboxContextMenuItemBuilder
- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description InboxDetails(Shortcut definition)
-
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.boolean
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, getJSCode, getTransform, getWebMessage, iframeParam, isItemAvailable
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getItemKey, getScript
-
-
-
-
Constructor Detail
-
InboxDetails
public InboxDetails(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
-
-