Uses of Class
de.xima.fc.form.common.number_format.NumberFormatOptions.Builder
Packages that use NumberFormatOptions.Builder
-
Uses of NumberFormatOptions.Builder in de.xima.fc.form.common.number_format
Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.BuilderModifier and TypeMethodDescriptionNumberFormatOptions.Builder.applyDefaultsIfMissing()Apply the defaults for all options that are not set when building the options.NumberFormatOptions.Builder.applyDefaultsIfMissing(boolean applyDefaultsIfMissing) When set to true, apply the defaults for all options that are not set when building the options.static NumberFormatOptions.BuilderNumberFormatOptions.builder()Creates a new builder forNumberFormatOptions.static NumberFormatOptions.BuilderNumberFormatOptions.builderWithDefaults()Creates a new builder forNumberFormatOptionsthat applies the defaults to all options that are not set.NumberFormatOptions.Builder.changeValueOnWheel(boolean changeValueOnWheel) Sets whether to change the value when the mouse wheel is used.NumberFormatOptions.Builder.decimalPaddingMode(NumberFormatOptions.DecimalPaddingMode decimalPaddingMode) Whether to pad decimals with zeroes, up to the number of decimal places, seeNumberFormatOptions.Builder.decimalPlaces(int).NumberFormatOptions.Builder.decimalPlaces(int decimalPlaces) Maximum number of decimal places to display, see alsoNumberFormatOptions.Builder.decimalPaddingMode(DecimalPaddingMode).NumberFormatOptions.Builder.decimalSeparator(NumberFormatOptions.DecimalSeparator decimalSeparator) Separator to use to separate the integer part of the number from the fractional part.NumberFormatOptions.Builder.digitGroupMode(NumberFormatOptions.DigitGroupMode digitGroupMode) How to group digits in the integer part of the number.NumberFormatOptions.Builder.digitGroupSeparator(NumberFormatOptions.DigitGroupSeparator digitGroupSeparator) Separator to use between digit groups.NumberFormatOptions.Builder.emptyMode(NumberFormatOptions.EmptyMode emptyMode) Defines the behavior of the input field when it is empty.NumberFormatOptions.Builder.itemProperties(IXItemPropertiesData itemProperties) Reads the number format options from the given item properties and sets them on this builder.NumberFormatOptions.Builder.leadingZeroMode(NumberFormatOptions.LeadingZeroMode leadingZeroMode) Defines how to treat leading zeroes, e.g. `003512`.NumberFormatOptions.Builder.negativeSign(char negativeSign) The sign used to indicate that a number is negative.NumberFormatOptions.Builder.positiveSign(char positiveSign) The sign used to indicate that a number is positive.NumberFormatOptions.Builder.roundingMode(NumberFormatOptions.RoundingMode roundingMode) The mode to use when rounding numbers.NumberFormatOptions.Builder.showPositiveSign()Show the positive sign for positive numbers.NumberFormatOptions.Builder.showPositiveSign(boolean showPositiveSign) Whether to show the positive sign for positive numbers.NumberFormatOptions.Builder.signumSignPlacement(NumberFormatOptions.SignumSignPlacement signumSignPlacement) Where to place the signum sign that indicates whether a number is positive or negative.NumberFormatOptions.toBuilder()Creates a new builder initialized with the values of this options instance.The unit sign to show before or after the number, seeNumberFormatOptions.Builder.unitSignPlacement(UnitSignPlacement).NumberFormatOptions.Builder.unitSignPlacement(NumberFormatOptions.UnitSignPlacement unitSignPlacement) Where to place theunit sign, if any.NumberFormatOptions.Builder.wheelStep(double wheelStep) Sets the wheel step value as a string.Sets the wheel step value as a string.