Interface GridFormatEditorBean

    • Field Detail

      • BORDER_LEVEL_NONE

        static final int BORDER_LEVEL_NONE
        Border level that specifies no border will be used for the requested target
        See Also:
        Constant Field Values
      • BORDER_LEVEL_ALL

        static final int BORDER_LEVEL_ALL
        Border level that specifies the selected style and color of border will apply to all the edges of the target
        See Also:
        Constant Field Values
      • BORDER_LEVEL_CUSTOM

        static final int BORDER_LEVEL_CUSTOM
        Border level that specifies the selected style and color of border will be applied as given
        See Also:
        Constant Field Values
      • BORDER_LEVEL_DEFAULT

        static final int BORDER_LEVEL_DEFAULT
        Border level that specifies the target will use the default border properties
        See Also:
        Constant Field Values
      • NUMBER_CATEGORY_UNKNOWN

        static final int NUMBER_CATEGORY_UNKNOWN
        Number category to indicate nothing has been specified
        See Also:
        Constant Field Values
    • Method Detail

      • getCurrentTab

        int getCurrentTab()
        Get the tab that it's currently selected for being displayed by the Grid Format Editor.
        Returns:
        int value element from the EnumGridFormatEditorTabs enumeration representing the current tab.
      • setCurrentTab

        void setCurrentTab​(int currentTab)
        Set the tab to be displayed by the Grid Format Editor as current one.
        Parameters:
        currentTab - int value element from the EnumGridFormatEditorTabs enumeration
      • getNumberCategory

        int getNumberCategory()
        Get the format number category that is assigned to the object (if applicable)
        Returns:
        a value from the EnumGridFormatNumberCategory corresponding to the number category property
      • setNumberCategory

        void setNumberCategory​(int category)
        Set the format number category that is assigned to the object
        Parameters:
        category - a value of the EnumGridFormatNumberCategory enumeration corresponding to the category
      • setBorderPicker

        void setBorderPicker​(ShortcutList borderPicker)
        Parameters:
        borderPicker - The borderPicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setDatePicker

        void setDatePicker​(ShortcutList datePicker)
        Parameters:
        datePicker - The datePicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setFillColorPicker

        void setFillColorPicker​(ShortcutList fillColorPicker)
        Parameters:
        fillColorPicker - The fillColorPicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setFontColorPicker

        void setFontColorPicker​(ShortcutList fontColorPicker)
        Parameters:
        fontColorPicker - The fontColorPicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setFontPicker

        void setFontPicker​(ShortcutList fontPicker)
        Parameters:
        fontPicker - The fontPicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setFractionPicker

        void setFractionPicker​(ShortcutList fractionPicker)
        Parameters:
        fractionPicker - The fractionPicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setSizePicker

        void setSizePicker​(ShortcutList sizePicker)
        Parameters:
        sizePicker - The sizePicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setTimePicker

        void setTimePicker​(ShortcutList timePicker)
        Parameters:
        timePicker - The timePicker to set.
        Since:
        MicroStrategy Web 8.0.0