java.lang.Object | ||
↳ | com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder | |
↳ | com.microstrategy.web.app.transforms.contextmenus.AbstractUserMgrContextMenuItemBuilder |
![]() |
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractUserMgrContextMenuItemBuilder(Shortcut definition) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContextMenuItem |
createItem(TransformContext context)
Creates and populates a ContextMenuItem based on the information in the
Shortcut used as defintion. | ||||||||||
boolean |
isItemAvailable(TransformContext context)
Returns |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebEvent | getEvent(TransformContext context) | ||||||||||
String | getJSCode(TransformContext context) | ||||||||||
WebObjectInfo | getObjectInfo(TransformContext context) | ||||||||||
UserEntitiesTransform | getTransform(TransformContext context) | ||||||||||
abstract boolean | isActionEnabled(TransformContext context) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates and populates a ContextMenuItem based on the information in the
Shortcut
used as defintion.
context | TransformContext with context information. |
---|
ContextMenuItem
.
Returns true
if the underlying Shortcut
used as definition is
available (based on the features defined on the <shortcut> xml.
If this method returns false
the context-menu-item should not
be included as part of the available options in the menu.
context | TransformContext with context information. |
---|
true
if the context-menu-item is available and should be included.