Class InboxRename
- java.lang.Object
 - 
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
 - 
- com.microstrategy.web.app.transforms.contextmenus.AbstractInboxContextMenuItemBuilder
 - 
- com.microstrategy.web.app.transforms.contextmenus.InboxRename
 
 
 
 
- 
- All Implemented Interfaces:
 ContextMenuItemBuilder
public class InboxRename extends AbstractInboxContextMenuItemBuilder
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InboxRename(Shortcut definition) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebEventgetEvent(TransformContext context)Provides the abstract class with the corresponding event to execution with this item.protected java.lang.StringgetJSCode(TransformContext context)Returns the javascript code to use with this context-menu-itembooleanisActionEnabled(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
- 
InboxRename
public InboxRename(Shortcut definition)
 
 - 
 
- 
Method Detail
- 
isActionEnabled
public boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractInboxContextMenuItemBuilderIndicates the abstract class if the corresponding action of this item is available.- Specified by:
 isActionEnabledin classAbstractInboxContextMenuItemBuilder
 
- 
getJSCode
protected java.lang.String getJSCode(TransformContext context)
Description copied from class:AbstractInboxContextMenuItemBuilderReturns the javascript code to use with this context-menu-item- Overrides:
 getJSCodein classAbstractInboxContextMenuItemBuilder
 
- 
getEvent
protected WebEvent getEvent(TransformContext context)
Description copied from class:AbstractInboxContextMenuItemBuilderProvides the abstract class with the corresponding event to execution with this item.- Specified by:
 getEventin classAbstractInboxContextMenuItemBuilder
 
 - 
 
 -