| Package | Description |
|---|---|
| org.vaadin.miki.superfields.numbers |
| Modifier and Type | Method and Description |
|---|---|
SuperBigDecimalField |
SuperBigDecimalField.withExponentSeparator(char exponentSeparator)
Chains
setExponentSeparator(char) and returns itself. |
SuperBigDecimalField |
SuperBigDecimalField.withMaximumExponentDigits(int maximumExponentDigits)
Chains
setMaximumExponentDigits(int) and returns itself. |
SuperBigDecimalField |
SuperBigDecimalField.withMaximumSignificandFractionDigits(int maximumSignificandFractionDigits)
Chains
setMaximumSignificandFractionDigits(int) and returns itself. |
SuperBigDecimalField |
SuperBigDecimalField.withMaximumSignificandIntegerDigits(int maximumSignificandIntegerDigits)
Chains
setMaximumSignificandIntegerDigits(int) and returns itself. |
SuperBigDecimalField |
SuperBigDecimalField.withNegativeExponentAllowed(boolean negativeExponentAllowed)
Chains
setNegativeExponentAllowed(boolean) and returns itself. |
Copyright © 2024 Miki. All rights reserved.