public class LongInput extends NumberInput<java.lang.Long>
nf
validators
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, setUnit
accept, getBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSingle
getValue, setKey, setValue
addValidator, getKey, getPrettyString, getString, removeValidator, validate, validateInner
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, addValidator, getKey, getPrettyString, getValue, isEmpty, removeValidator, setKey, setValue, validate
getString, parse
public java.lang.String getString(java.lang.Long l)
BaseInput
getString
in interface Input<java.lang.Long>
getString
in class NumberInput<java.lang.Long>
ParseInput
public java.lang.Long parseValue(java.lang.String v) throws ParseException
ParseInput
Input.getString(Object)
method.ParseException
public final java.lang.Long convert(java.lang.Object v) throws TypeError
Input
public java.lang.Long getStep()
RangedInput
getStep
in interface RangedInput<java.lang.Long>
getStep
in class NumberInput<java.lang.Long>