Interface DrillEditorBean

    • Method Detail

      • setAdvancedDrillEditor

        void setAdvancedDrillEditor​(boolean flag)
        Sets the drill editor display flag to show the Advanced Drill Editor.
        Parameters:
        flag - set to true for advanced drill
      • getAdvancedDrillEditor

        boolean getAdvancedDrillEditor()
        Gets the drill editor display flag to show the Advanced Drill Editor.
        Returns:
        true if the advanced drill editor is on
      • setAdvancedDrillTitleAxis

        void setAdvancedDrillTitleAxis​(int axis)
        Set the Axis type of the Title to be shown in the Advanced Drill Editor
        Parameters:
        axis - The axis type of the title for which the Advanced Drill Editor is to be shown.
      • getAdvancedDrillTitleAxis

        int getAdvancedDrillTitleAxis()
        Gets the Axis type of the Title that is shown in the Advanced Drill Editor
        Returns:
        The integer value of the axis type of the title for which the Advanced Drill Editor is shown.
      • setAdvancedDrillTitlePosition

        void setAdvancedDrillTitlePosition​(int position)
        Set the Position of the Title to be shown in the Advanced Drill Editor. This is the position of the title with respect to the position of other titles on the same axis.
        Parameters:
        position - The position of the Title for the Advanced Drill Editor.
      • getAdvancedDrillTitlePosition

        int getAdvancedDrillTitlePosition()
        Gets the Position of the Title to be shown in the Advanced Drill Editor. This is the position of the title with respect to the position of other titles on the same axis.
        Returns:
        The position of the Title for the Advanced Drill Editor.
      • setSelectedDrillDimension

        void setSelectedDrillDimension​(java.lang.String drillDimension)
        Sets the Dimension to be shown in the in the Advanced Drill Editor
        Parameters:
        drillDimension - The value of the dimension to be shown in the Advanced Drill Editor
      • getSelectedDrillDimension

        java.lang.String getSelectedDrillDimension()
        Gets the Dimension in the Advanced Drill Editor
        Returns:
        The dimension to be shown in the Advanced Drill Editor
      • getDrillRetainThresholds

        java.lang.String getDrillRetainThresholds()
        Gets the value for retaining thresholds on drilling.
        Returns:
        The value set for retaining the thresholds on drilling.
      • setDrillRetainParent

        void setDrillRetainParent​(java.lang.String value)
        Sets the value for retaining parent on drilling.
        Parameters:
        value - The value for retaining the parent for drilling.
      • getDrillRetainParent

        java.lang.String getDrillRetainParent()
        Gets the value for retaining parent on drilling.
        Returns:
        The value set for retaining the parent on drilling.
      • setPreselectDrillOptions

        void setPreselectDrillOptions​(boolean preselectDrillOptions)
        Sets the value for the property of the editor that determines whether the options in the drill editor will be pre-selected with the drill path of high importance. The default behavior will not preselect any option in the editor. To change this, add an init-property to the drill editor bean in the pageConfig.xml
        Parameters:
        preselectDrillOptions - boolean
        Since:
        MicroStrategy Web 8.0.0
      • getPreselectDrillOptions

        boolean getPreselectDrillOptions()
        Gets the value for the property of the editor that determines whether the options in the drill editor will be pre-selected with the drill path of high importance. The default behavior will not preselect any option in the editor. To change this, add an init-property to the drill editor bean in the pageConfig.xml
        Returns:
        boolean value indicating if the options should be preselected or not.
        Since:
        MicroStrategy Web 8.0.0
      • setShowUniqueDrillPaths

        void setShowUniqueDrillPaths​(boolean showUniqueDrillPaths)
        Sets the value for the property of the editor that determines whether the unique drill paths be shown in the drill editor. The default behavior will retain duplicate drill paths in the editor. To change this, change/add an init-property "showUniqueDrillPaths" to the drill editor bean in the pageConfig.xml
        Parameters:
        showUniqueDrillPaths - boolean
        Since:
        MicroStrategy Web 8.1.2