java.lang.Object | ||
↳ | com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder | |
↳ | com.microstrategy.web.app.transforms.contextmenus.NCSRemoveRecipient |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NCSRemoveRecipient(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 |
[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.