Uses of Enum
de.xima.fc.form.common.number_format.NumberFormatOptions.EmptyMode
Packages that use NumberFormatOptions.EmptyMode
-
Uses of NumberFormatOptions.EmptyMode in de.xima.fc.form.common.number_format
Subclasses with type arguments of type NumberFormatOptions.EmptyMode in de.xima.fc.form.common.number_formatModifier and TypeClassDescriptionstatic enumDefines the behavior of the input field when it is empty, i.e. no number is present.Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.EmptyModeModifier and TypeMethodDescriptionNumberFormatOptions.emptyMode()Defines the behavior of the input field when it is empty.NumberFormatOptions.EmptyMode.fromString(String value) Finds the enum constant corresponding to the given string value, seeNumberFormatOptions.EmptyMode.value().Returns the enum constant of this type with the specified name.static NumberFormatOptions.EmptyMode[]NumberFormatOptions.EmptyMode.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.EmptyModeModifier and TypeMethodDescriptionNumberFormatOptions.Builder.emptyMode(NumberFormatOptions.EmptyMode emptyMode) Defines the behavior of the input field when it is empty.