NumberFormatOptions |
Model class for the options used by our client-side $.xutil.numberFormat wrapper.
|
NumberFormatOptions.Builder |
|
NumberFormatOptions.DecimalPaddingMode |
Whether to pad decimals with zeroes, up to the number of decimal places.
|
NumberFormatOptions.DecimalSeparator |
Separator to use to separate the integer part of the number from the fractional part.
|
NumberFormatOptions.DigitGroupMode |
How to group digits in the integer part of the number.
|
NumberFormatOptions.DigitGroupSeparator |
Separator to use between digit groups.
|
NumberFormatOptions.EmptyMode |
Defines the behavior of the input field when it is empty, i.e.
|
NumberFormatOptions.LeadingZeroMode |
Defines how to treat leading zeroes, e.g.
|
NumberFormatOptions.RoundingMode |
The mode to use when rounding numbers.
|
NumberFormatOptions.SignumSignPlacement |
Where to place the signum sign that indicates whether a number is positive or negative.
|
NumberFormatOptions.UnitSignPlacement |
Where to place the unit sign, if any.
|
NumberFormatParseException |
Thrown by the NumberFormatParser when the input string could not be parsed, usually because it is not a valid
numeric string.
|
NumberFormatParser |
Parses a formatted numeric string, according to the formatting rules from an NumberFormatOptions instance.
|