public class

FolderVIDebug

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

Summary

Public Constructors
FolderVIDebug(Shortcut definition)
Protected Methods
int getContextMenuFlag()
Indicates the abstract class which is the context-menu flag associated with this item.
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.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderParentMenu
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 FolderVIDebug (Shortcut definition)

Protected Methods

protected int getContextMenuFlag ()

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

protected WebEvent getEvent (TransformContext context)

Provides the abstract class with the corresponding event to execution with this item.

protected boolean isActionEnabled (TransformContext context)

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