S - this builder typeT - the build target typeprotected abstract static class NumericOptionFieldAdapter.NumericBuilderBase<S extends NumericOptionFieldAdapter.NumericBuilderBase<S,T>,T extends FieldAdapter<?>> extends ValueOptionFieldAdapter.BuilderBase<S,T>
NumericOptionFieldAdapter.| Modifier | Constructor and Description |
|---|---|
protected |
NumericBuilderBase() |
| Modifier and Type | Method and Description |
|---|---|
protected DecimalFormat |
getDecimalFormat()
Returns the number format.
|
S |
withDecimalFormatSymbols(DecimalFormatSymbols newValue)
Sets a decimal format symbols.
|
S |
withNumberFormat(String newValue)
Sets the decimal format.
|
build, getNullFormat, lazy, self, withNullFormatpublic S withNumberFormat(String newValue)
newValue - the format stringpublic S withDecimalFormatSymbols(DecimalFormatSymbols newValue)
newValue - the format symbolsprotected DecimalFormat getDecimalFormat()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.