Interface ProjectBrowser

    • Field Detail

      • REQUEST_FROM_DATA_EXPLORER

        static final java.lang.String REQUEST_FROM_DATA_EXPLORER
        Specifies whether the request is coming from the data explorer or not This is used when toggling between the data explorer and the object explorer tree
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • LIST_DISPLAY_FORMAT

        static final java.lang.String LIST_DISPLAY_FORMAT
        The display format for the all object browser content "List"
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • TREE_DISPLAY_FORMAT

        static final java.lang.String TREE_DISPLAY_FORMAT
        The display format for the all object browser content "Tree"
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • setDesignModeStage

        void setDesignModeStage​(int designModeStage)
        Holds the stage of the design mode (EnumReportDesignMode) . The report frame bean will be responsible for setting this property of the objectbrowser tab beans.
        Parameters:
        designModeStage -
      • setReportDesignMode

        void setReportDesignMode​(int reportDesignMode)
        Holds the mode of the report design mode ((@link EnumReportViewMode)) . The report frame bean will be responsible for setting this property of the object browser.
        Parameters:
        reportDesignMode -
        Since:
        MicroStrategy Web 9.0.0
      • isTargetingTemplate

        boolean isTargetingTemplate()
        Since:
        MicroStrategy Web 9.0.0
      • isDataExplorerOpen

        boolean isDataExplorerOpen()
        Since:
        MicroStrategy Web 9.0.0
      • setDataExplorerStatus

        void setDataExplorerStatus​(boolean isOpen)
        Since:
        MicroStrategy Web 9.0.0