Interface EnumGridFormatToolbarEvents

    • Field Detail

      • WebEventProcessToolbarFormattingRequest

        static final int WebEventProcessToolbarFormattingRequest
        Identifier for the event that allows users to submit the format changes indicated on the toolbar.
        See Also:
        Constant Field Values
      • WebEventArgumentToolbarAlignLeft

        static final int WebEventArgumentToolbarAlignLeft
        Identifier for the argument that indicates the target object shall be aligned left. Usage:
        For the default event handler, any value assigned to this argument is valid. If this argument is included on the request, then the target object will be formatted, aligning it to the left.
        See Also:
        Constant Field Values
      • WebEventArgumentToolbarAlignCenter

        static final int WebEventArgumentToolbarAlignCenter
        Identifier for the argument that indicates the target object shall be aligned center. Usage:
        For the default event handler, any value assigned to this argument is valid. If this argument is included on the request, then the target object will be formatted, aligning it to the center.
        See Also:
        Constant Field Values
      • WebEventArgumentToolbarAlignRight

        static final int WebEventArgumentToolbarAlignRight
        Identifier for the argument that indicates the target object shall be aligned right. Usage:
        For the default event handler, any value assigned to this argument is valid. If this argument is included on the request, then the target object will be formatted, aligning it to the right.
        See Also:
        Constant Field Values
      • WebEventArgumentNumberPercentageSymbol

        static final int WebEventArgumentNumberPercentageSymbol
        Identifier for the argument that indicates the target object shall be formatted as numeric percentage. Usage:
        For the default event handler, any value assigned to this argument is valid. If this argument is included on the request, then the target object will be formatted as defined.
        See Also:
        Constant Field Values
      • WebEventArgumentIncreaseDecimalSpaces

        static final int WebEventArgumentIncreaseDecimalSpaces
        Identifier for the argument that indicates the target object shall be formatted by increasing the decimal spaces on its values. Usage:
        For the default event handler, any value assigned to this argument is valid. If this argument is included on the request, then the target object will be formatted as defined.
        See Also:
        Constant Field Values
      • WebEventArgumentDecreaseDecimalSpaces

        static final int WebEventArgumentDecreaseDecimalSpaces
        Identifier for the argument that indicates the target object shall be formatted by decreasing the decimal spaces on its values. Usage:
        For the default event handler, any value assigned to this argument is valid. If this argument is included on the request, then the target object will be formatted as defined.
        See Also:
        Constant Field Values