Interface ComposedContextMenuBuilder

    • Method Detail

      • generateSubMenu

        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
      • isValid

        boolean isValid()
        Returns:
        boolean value that indicates if drilling on the current cell shall be enabled to the user
      • setIframeEnabled

        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
      • isIframeEnabled

        boolean isIframeEnabled()
        Returns:
        boolean value indicating if the options generated by this builder are iframe enabled or not