Uses of Class
de.xima.fc.form.common.number_format.NumberFormatOptions.DigitGroupMode
- 
Packages that use NumberFormatOptions.DigitGroupMode Package Description de.xima.fc.form.common.number_format  - 
- 
Uses of NumberFormatOptions.DigitGroupMode in de.xima.fc.form.common.number_format
Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.DigitGroupMode Modifier and Type Method Description NumberFormatOptions.DigitGroupModeNumberFormatOptions. digitGroupMode()How to group digits in the integer part of the number.static NumberFormatOptions.DigitGroupModeNumberFormatOptions.DigitGroupMode. fromString(String value)Finds the enum constant corresponding to the given string value, seevalue().static NumberFormatOptions.DigitGroupModeNumberFormatOptions.DigitGroupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberFormatOptions.DigitGroupMode[]NumberFormatOptions.DigitGroupMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.form.common.number_format with parameters of type NumberFormatOptions.DigitGroupMode Modifier and Type Method Description NumberFormatOptions.BuilderNumberFormatOptions.Builder. digitGroupMode(NumberFormatOptions.DigitGroupMode digitGroupMode)How to group digits in the integer part of the number. 
 -