Class FolderInlineRename
- java.lang.Object
 - 
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
 - 
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
 - 
- com.microstrategy.web.app.transforms.contextmenus.FolderInlineRename
 
 
 
 
- 
- All Implemented Interfaces:
 ContextMenuItemBuilder
public class FolderInlineRename extends AbstractFolderContextMenuItemBuilder
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FolderInlineRename(Shortcut definition) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetContextMenuFlag()Indicates the abstract class which is the context-menu flag associated with this item.protected booleanisActionEnabled(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.AbstractFolderContextMenuItemBuilder
createItem, getEvent, getItemKey, getJSCode, getLinkForMenuItem, getObjectInfo, getTarget, getTransform, iframeParam, isItemAvailable 
- 
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FolderInlineRename
public FolderInlineRename(Shortcut definition)
 
 - 
 
- 
Method Detail
- 
getContextMenuFlag
protected int getContextMenuFlag()
Description copied from class:AbstractFolderContextMenuItemBuilderIndicates the abstract class which is the context-menu flag associated with this item.- Specified by:
 getContextMenuFlagin classAbstractFolderContextMenuItemBuilder
 
- 
isActionEnabled
protected boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilderIndicates the abstract class if the corresponding action of this item is available.- Specified by:
 isActionEnabledin classAbstractFolderContextMenuItemBuilder
 
 - 
 
 -