T - public class ValueParserInput<T>
extends uk.ac.ed.epcc.webapp.forms.inputs.ParseAbstractInput<T>
| Constructor and Description |
|---|
ValueParserInput(ValueParser<T> parser) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getString(T val) |
void |
parse(java.lang.String v) |
accept, getBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSingleconvert, getKey, getPrettyString, getString, getValue, isOptional, setKey, setOptional, setValue, validatepublic ValueParserInput(ValueParser<T> parser)