Uses of Enum
de.xima.fc.form.common.number_format.NumberFormatOptions.DigitGroupMode
Packages that use NumberFormatOptions.DigitGroupMode
-
Uses of NumberFormatOptions.DigitGroupMode in de.xima.fc.form.common.number_format
Subclasses with type arguments of type NumberFormatOptions.DigitGroupMode in de.xima.fc.form.common.number_formatModifier and TypeClassDescriptionstatic enumHow to group digits in the integer part of the number.Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.DigitGroupModeModifier and TypeMethodDescriptionNumberFormatOptions.digitGroupMode()How to group digits in the integer part of the number.NumberFormatOptions.DigitGroupMode.fromString(String value) Finds the enum constant corresponding to the given string value, seeNumberFormatOptions.DigitGroupMode.value().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.DigitGroupModeModifier and TypeMethodDescriptionNumberFormatOptions.Builder.digitGroupMode(NumberFormatOptions.DigitGroupMode digitGroupMode) How to group digits in the integer part of the number.