Class EditWithAppschema
- 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.EditWithAppschema
-
- All Implemented Interfaces:
ContextMenuItemBuilder
public class EditWithAppschema extends FolderSimpleAction
Created by rxu on 11/15/2017.
-
-
Constructor Summary
Constructors Constructor Description EditWithAppschema(Shortcut definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextMenuItemcreateItem(TransformContext context)Creates the item and sets its javascript to submit the corresponding event using the iFrame.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.FolderSimpleAction
getContextMenuFlag, getEvent, getItemKey, getJSCodeForInvalidSFConfiguration, getParentFolderId, iframeParam, isDDACube, isEmmaCube, isEmmaDICube, isFolder, isOldDICube, isSparkCube
-
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
getJSCode, getLinkForMenuItem, getObjectInfo, getTarget, getTransform, isItemAvailable
-
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript
-
-
-
-
Constructor Detail
-
EditWithAppschema
public EditWithAppschema(Shortcut definition)
-
-
Method Detail
-
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
-
createItem
public ContextMenuItem createItem(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilderCreates the item and sets its javascript to submit the corresponding event using the iFrame.- Specified by:
createItemin interfaceContextMenuItemBuilder- Overrides:
createItemin classAbstractFolderContextMenuItemBuilder- Parameters:
context- TransformContext with context information.- Returns:
- a new instance of a
ContextMenuItem.
-
-