I
- type of inputpublic interface BinaryInput<I> extends Input<I>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChecked()
String value corresponding to a checked input
|
boolean |
isChecked()
Is the input checked or not
|
void |
setChecked(boolean value)
Set the state of the input
|
accept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validate