Interface ResizeEditorBean

    • Method Detail

      • isOptionsVisible

        boolean isOptionsVisible()
        Returns:
        whether the options in the resize editor are visible It's used in DHTML mode, as user can resize the column widths by drag and drop without using the editor's dropdown and textboxes.
      • setOptionsVisible

        void setOptionsVisible​(boolean visible)
        Set whether the options in the resize editor are visible
        Parameters:
        visible - whether the options are visible
      • getDefaultHeaderWidth

        int getDefaultHeaderWidth()
        Returns:
        the default header width for the report if the report instance had default header width not equal to -1, the method returns this value; or else it returns the preference value for EnumWebPreferences.WebPreferenceGridDefaultHeaderWidth
        Since:
        MicroStrategy Web 7.5.0
      • getDefaultGridWidth

        int getDefaultGridWidth()
        Returns:
        the default grid width for the report if the report instance had default grid width not equal to -1, the method returns this value; or else it returns the preference value for EnumWebPreferences.WebPreferenceGridDefaultGridWidth
        Since:
        MicroStrategy Web 7.5.0
      • getGridWidths

        WebGridWidths getGridWidths()
        Retrieves the widths information for the associated grid
        Returns:
        WebGridWidths instance
        Since:
        MicroStrategy Web 8.0.0