public class

FolderQueryBuilder

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

Summary

Public Constructors
FolderQueryBuilder(Shortcut definition)
Public Methods
ContextMenuItem createItem(TransformContext context)
Creates the item and sets its javascript to submit the corresponding event using the iFrame.
boolean isItemAvailable(TransformContext context)
Returns true if the corresponding flag is on and the the corresponding action is available.
Protected Methods
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.FolderSimpleAction
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 FolderQueryBuilder (Shortcut definition)

Public Methods

public ContextMenuItem createItem (TransformContext context)

Creates the item and sets its javascript to submit the corresponding event using the iFrame.

Parameters
context TransformContext with context information.
Returns
  • a new instance of a ContextMenuItem.

public boolean isItemAvailable (TransformContext context)

Returns true if the corresponding flag is on and the the corresponding action is available.

Parameters
context TransformContext with context information.
Returns
  • true if the context-menu-item is available and should be included.

Protected Methods

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.