public class LongInput extends NumberInput<java.lang.Long>
nfvalidators| Constructor and Description |
|---|
LongInput() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
convert(java.lang.Object v)
Perform any supported type conversions to to generate a value of the
target type
|
java.lang.Long |
getStep()
Step value
defines step value.
|
java.lang.String |
getString(java.lang.Long l)
get a String representation of an Object that is compatible with the way
the input is parsed
|
java.lang.Long |
parseValue(java.lang.String v)
Parse a String into the correct type for this input.
|
formatRange, getMax, getMin, 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.Long l)
BaseInputgetString in interface Input<java.lang.Long>getString in class NumberInput<java.lang.Long>ParseInputpublic java.lang.Long parseValue(java.lang.String v)
throws ParseException
ParseInputInput.getString(Object) method.ParseExceptionpublic final java.lang.Long convert(java.lang.Object v)
throws TypeError
Inputpublic java.lang.Long getStep()
RangedInputgetStep in interface RangedInput<java.lang.Long>getStep in class NumberInput<java.lang.Long>