Uses of Enum
de.xima.fc.form.common.number_format.NumberFormatOptions.DecimalPaddingMode
Packages that use NumberFormatOptions.DecimalPaddingMode
-
Uses of NumberFormatOptions.DecimalPaddingMode in de.xima.fc.form.common.number_format
Subclasses with type arguments of type NumberFormatOptions.DecimalPaddingMode in de.xima.fc.form.common.number_formatModifier and TypeClassDescriptionstatic enumWhether to pad decimals with zeroes, up to the number of decimal places.Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.DecimalPaddingModeModifier and TypeMethodDescriptionNumberFormatOptions.decimalPaddingMode()Whether to pad decimals with zeroes, up to the number of decimal places, seeNumberFormatOptions.decimalPlaces().NumberFormatOptions.DecimalPaddingMode.fromString(String value) Finds the enum constant corresponding to the given string value, seeNumberFormatOptions.DecimalPaddingMode.value().Returns the enum constant of this type with the specified name.NumberFormatOptions.DecimalPaddingMode.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.DecimalPaddingModeModifier and TypeMethodDescriptionNumberFormatOptions.Builder.decimalPaddingMode(NumberFormatOptions.DecimalPaddingMode decimalPaddingMode) Whether to pad decimals with zeroes, up to the number of decimal places, seeNumberFormatOptions.Builder.decimalPlaces(int).