public class LocalizedRealNumberFormatter extends RealNumberFormatter
Constructor and Description |
---|
LocalizedRealNumberFormatter()
Creates a new instance of IntegerFormatter
|
LocalizedRealNumberFormatter(BigDecimal minIntValue,
BigDecimal maxIntValue) |
LocalizedRealNumberFormatter(BigDecimal minIntValue,
BigDecimal maxIntValue,
Locale locale) |
LocalizedRealNumberFormatter(Locale locale) |
Modifier and Type | Method and Description |
---|---|
Locale |
getLocale()
Getter for property locale.
|
void |
setLocale(Locale locale)
Setter for property locale.
|
getMaximumBigDecimalValue, getMaximumMaximumBigDecimalValue, getMinimumBigDecimalValue, getMinimumMinimumBigDecimalValue, setMaximum, setMaximumBigDecimalValue, setMaximumMaximumBigDecimalValue, setMaximumMaximumValue, setMinimum, setMinimumBigDecimalValue, setMinimumMinimumBigDecimalValue, setMinimumMinimumValue, setValueClass, stringToNumber
getMaximumMaximumValue, getMaximumNumberValue, getMinimumMinimumValue, getMinimumNumberValue, getNumberFormat, setFormat, setMaximumNumberValue, setMinimumNumberValue, setNumberFormat, stringToValue, valueToRange
clone, getActions, getFields, getFormat, getMaximum, getMinimum, install, valueToString
getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode
getFormattedTextField, invalidEdit, setEditValid, uninstall
public LocalizedRealNumberFormatter()
public LocalizedRealNumberFormatter(Locale locale)
public LocalizedRealNumberFormatter(BigDecimal minIntValue, BigDecimal maxIntValue)
public LocalizedRealNumberFormatter(BigDecimal minIntValue, BigDecimal maxIntValue, Locale locale)
Copyright © 2012–2015 SoftSmithy. All rights reserved.