Interface EnumGridFormatEditorEvents

    • Field Detail

      • WebEventSwitchEditorTab

        static final int WebEventSwitchEditorTab
        Identifier for the event that allows users to switch the tab currently displayed with the grid formatting information.
        See Also:
        Constant Field Values
      • WebEventChangeFormattingTarget

        static final int WebEventChangeFormattingTarget
        Identifier for the event that allows users to change the target object to be formatted.
        See Also:
        Constant Field Values
      • WebEventProcessFontTabProperties

        static final int WebEventProcessFontTabProperties
        Identifier for the event that allows users to submit the indicated changes on the Font properties tab of the editor.
        See Also:
        Constant Field Values
      • WebEventProcessCellTabProperties

        static final int WebEventProcessCellTabProperties
        Identifier for the event that allows users to submit the indicated changes on the Align properties tab of the editor.
        See Also:
        Constant Field Values
      • WebEventProcessBorderTabProperties

        static final int WebEventProcessBorderTabProperties
        Identifier for the event that allows users to submit the indicated changes on the Border properties tab of the editor.
        See Also:
        Constant Field Values
      • WebEventChangeNumberCategory

        static final int WebEventChangeNumberCategory
        Identifier for the event that allows users to change the number category to be applied on the selected target object. On the default event handler, changing the number category does not actually apply the change on the target object, but just allows to show specific settings for this formatting. The changes will get applied once the user selects the Apply or OK buttons.
        See Also:
        Constant Field Values
      • WebEventProcessNumberTabProperties

        static final int WebEventProcessNumberTabProperties
        Identifier for the event that allows users to submit the indicated changes on the Number properties tab of the editor.
        See Also:
        Constant Field Values
      • WebEventArgumentApplyAndCloseGridEditor

        static final int WebEventArgumentApplyAndCloseGridEditor
        Identifier for the argument that indicates the user has requested to apply the changes and close the editor.
        See Also:
        Constant Field Values
      • WebEventArgumentCloseGridEditor

        static final int WebEventArgumentCloseGridEditor
        Identifier for the argument that indicates the user has requested to close the editor without applying the changes.
        See Also:
        Constant Field Values
See Also:
Constant Field Values
See Also:
Constant Field Values