public class SimpleKeyInput extends TextInput
validators
Constructor and Description |
---|
SimpleKeyInput(AppContext conn) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
parseValue(java.lang.String v)
Parse a String into the correct type for this input.
|
getTrim, isEmpty, mapToSingleLine, setTrim
accept, getBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSingle
getValue, setKey, setValue
addValidator, convert, getKey, getPrettyString, getString, getString, removeValidator, validate, validateInner
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getString, parse
addValidator, convert, getKey, getPrettyString, getString, getValue, removeValidator, setKey, setValue, validate
public SimpleKeyInput(AppContext conn)
public java.lang.String parseValue(java.lang.String v) throws ParseException
ParseInput
Input.getString(Object)
method.parseValue
in interface ParseInput<java.lang.String>
parseValue
in class TextInput
ParseException