public class

FolderRename

extends AbstractFolderContextMenuItemBuilder
java.lang.Object
   ↳ com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
     ↳ com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
       ↳ com.microstrategy.web.app.transforms.contextmenus.FolderRename

Summary

Public Constructors
FolderRename(Shortcut definition)
Protected Methods
int getContextMenuFlag()
Indicates the abstract class which is the context-menu flag associated with this item.
boolean isActionEnabled(TransformContext context)
Indicates the abstract class if the corresponding action of this item is available.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
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 FolderRename (Shortcut definition)

Protected Methods

protected int getContextMenuFlag ()

Indicates the abstract class which is the context-menu flag associated with this item.

protected boolean isActionEnabled (TransformContext context)

Indicates the abstract class if the corresponding action of this item is available.