public class PasswordInput extends TextInput
validators
Constructor and Description |
---|
PasswordInput() |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(InputVisitor<R> vis) |
int |
getMinimumLength() |
void |
setMinimumLength(int min) |
getTrim, isEmpty, mapToSingleLine, parseValue, setTrim
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 final <R> R accept(InputVisitor<R> vis) throws java.lang.Exception
accept
in interface Input<java.lang.String>
accept
in class ParseAbstractInput<java.lang.String>
java.lang.Exception
public void setMinimumLength(int min)
public int getMinimumLength()