com.microstrategy.web.app.transforms.contextmenus.ComposedContextMenuBuilder |
Helper builder interface that allows generating the different the sub menu options that shall be displayed to the user.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ContextMenu |
generateSubMenu()
Method that generates a
ContextMenu instance with all the possible sub menu options
enabled for the report cell provided. | ||||||||||
abstract boolean | isIframeEnabled() | ||||||||||
abstract boolean | isValid() | ||||||||||
abstract void |
setIframeEnabled(boolean value)
Define if the options to generate will be iframe enabled or not
|
Method that generates a ContextMenu
instance with all the possible sub menu options
enabled for the report cell provided.
ContextMenu
instance with the drilling options that can be displayed
to the user
Define if the options to generate will be iframe enabled or not
value | boolean value indicating if the options to generate will be iframe enabled or not |
---|