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, stringToNumber
getMaximumMaximumValue, getMaximumNumberValue, getMinimumMinimumValue, getMinimumNumberValue, getNumberFormat, setFormat, setMaximumMaximumValue, setMaximumNumberValue, setMinimumMinimumValue, 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 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.