public class ByteFormatter extends WholeNumberFormatter
| Constructor and Description |
|---|
ByteFormatter()
Creates a new instance of IntegerFormatter
|
ByteFormatter(byte minByteValue,
byte maxByteValue) |
ByteFormatter(byte minByteValue,
byte maxByteValue,
Locale locale) |
ByteFormatter(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getMaximumByteValue() |
byte |
getMinimumByteValue() |
void |
setMaximumByteValue(byte maxByteValue) |
void |
setMinimumByteValue(byte minByteValue) |
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 ByteFormatter()
public ByteFormatter(Locale locale)
public ByteFormatter(byte minByteValue,
byte maxByteValue)
public ByteFormatter(byte minByteValue,
byte maxByteValue,
Locale locale)
Copyright © 2012–2015 SoftSmithy. All rights reserved.