public class RealInput extends NumberInput<java.lang.Float>
nfvalidators| Constructor and Description |
|---|
RealInput() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
convert(java.lang.Object v)
Perform any supported type conversions to to generate a value of the
target type
|
java.lang.String |
getString(java.lang.Float f)
get a String representation of an Object that is compatible with the way
the input is parsed
|
java.lang.Float |
parseValue(java.lang.String v)
Parse a String into the correct type for this input.
|
formatRange, getMax, getMin, getStep, getType, getUnit, setMax, setMin, setNumberFormat, setStep, setUnitaccept, getBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSinglegetValue, setKey, setValueaddValidator, getKey, getPrettyString, getString, removeValidator, validate, validateInnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, addValidator, getKey, getPrettyString, getValue, isEmpty, removeValidator, setKey, setValue, validategetString, parsepublic java.lang.String getString(java.lang.Float f)
BaseInputgetString in interface Input<java.lang.Float>getString in class NumberInput<java.lang.Float>ParseInputpublic java.lang.Float parseValue(java.lang.String v)
throws ParseException
ParseInputInput.getString(Object) method.ParseException