public interface

ComposedContextMenuBuilder

com.microstrategy.web.app.transforms.contextmenus.ComposedContextMenuBuilder
Known Indirect Subclasses

Class Overview

Helper builder interface that allows generating the different the sub menu options that shall be displayed to the user.

Summary

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

Public Methods

public abstract ContextMenu generateSubMenu ()

Method that generates a ContextMenu instance with all the possible sub menu options enabled for the report cell provided.

Returns
  • ContextMenu instance with the drilling options that can be displayed to the user

public abstract boolean isIframeEnabled ()

Returns
  • boolean value indicating if the options generated by this builder are iframe enabled or not

public abstract boolean isValid ()

Returns
  • boolean value that indicates if drilling on the current cell shall be enabled to the user

public abstract void setIframeEnabled (boolean value)

Define if the options to generate will be iframe enabled or not

Parameters
value boolean value indicating if the options to generate will be iframe enabled or not