N - public class FormattedInput<N> extends ParseAbstractInput<N>
validators| Constructor and Description |
|---|
FormattedInput(java.text.Format f) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getString(N val)
get a String representation of an Object that is compatible with the way
the input is parsed
|
N |
parseValue(java.lang.String v)
Parse a String into the correct type for this input.
|
accept, getBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSinglegetValue, setKey, setValueaddValidator, convert, getKey, getPrettyString, getString, removeValidator, validate, validateInnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetString, parseaddValidator, convert, getKey, getPrettyString, getValue, isEmpty, removeValidator, setKey, setValue, validatepublic N parseValue(java.lang.String v) throws ParseException
ParseInputInput.getString(Object) method.ParseException