Uses of Package
de.xima.fc.form.common.number_format
Packages that use de.xima.fc.form.common.number_format
-
Classes in de.xima.fc.form.common.number_format used by de.xima.fc.form.common.number_formatClassDescriptionModel class for the options used by our client-side $.xutil.numberFormat wrapper.A simple builder for
NumberFormatOptions.Whether to pad decimals with zeroes, up to the number of decimal places.Separator to use to separate the integer part of the number from the fractional part.How to group digits in the integer part of the number.Separator to use between digit groups.Defines the behavior of the input field when it is empty, i.e. no number is present.Defines how to treat leading zeroes, e.g.The mode to use when rounding numbers.Where to place the signum sign that indicates whether a number is positive or negative.Where to place the unit sign, if any.Thrown by theNumberFormatParserwhen the input string could not be parsed, usually because it is not a valid numeric string.Parses a formatted numeric string, according to the formatting rules from anNumberFormatOptionsinstance.