Interface NumberInput

    • Method Detail

      • getEditFormat

        @Nullable
        default @Nullable java.lang.String getEditFormat()
        Description copied from interface: Field
        The format in which the value will be edited by the user. For instance users in Germany would want to interchange decimal (.) and comma (,) when entering numerical values.
        Specified by:
        getEditFormat in interface Field
        Returns:
        edit format of the field