public class IntegerFormatter extends WholeNumberFormatter
| Constructor and Description |
|---|
IntegerFormatter()
Creates a new instance of IntegerFormatter
|
IntegerFormatter(int minIntValue,
int maxIntValue) |
IntegerFormatter(int minIntValue,
int maxIntValue,
Locale locale) |
IntegerFormatter(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumIntValue() |
int |
getMinimumIntValue() |
void |
setMaximumIntValue(int maxIntValue) |
void |
setMinimumIntValue(int minIntValue) |
getLocale, getMaximumBigIntegerValue, getMaximumMaximumBigIntegerValue, getMinimumBigIntegerValue, getMinimumMinimumBigIntegerValue, setLocale, setMaximum, setMaximumBigIntegerValue, setMaximumMaximumBigIntegerValue, setMinimum, setMinimumBigIntegerValue, setMinimumMinimumBigIntegerValue, setValueClass, stringToNumbergetMaximumMaximumValue, getMaximumNumberValue, getMinimumMinimumValue, getMinimumNumberValue, getNumberFormat, setFormat, setMaximumMaximumValue, setMaximumNumberValue, setMinimumMinimumValue, setMinimumNumberValue, setNumberFormat, stringToValue, valueToRangeclone, getActions, getFields, getFormat, getMaximum, getMinimum, install, valueToStringgetAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteModegetFormattedTextField, invalidEdit, setEditValid, uninstallpublic IntegerFormatter()
public IntegerFormatter(Locale locale)
public IntegerFormatter(int minIntValue,
int maxIntValue)
public IntegerFormatter(int minIntValue,
int maxIntValue,
Locale locale)
Copyright © 2002–2017 SoftSmithy. All rights reserved.