T
- public interface LengthInput<T> extends ParseInput<T>
Modifier and Type | Method and Description |
---|---|
int |
getBoxWidth()
Get the input width for this Parameter as a text box.
|
int |
getMaxResultLength()
Get the input length for this Parameter as a text box.
|
boolean |
getSingle()
should the input be a single line
|
void |
setBoxWidth(int l)
set the input width for this parameter as a text box.
|
void |
setMaxResultLength(int l)
set the input length for this parameter as a text box.
|
getString, parse, parseValue
accept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validate
int getMaxResultLength()
int getBoxWidth()
void setMaxResultLength(int l)
l
- int input_lengthvoid setBoxWidth(int l)
l
- int maximum input widthboolean getSingle()