V
- public class LockedInput<V> extends WrappingInput<V> implements UnmodifiableInput, Input<V>
Constructor and Description |
---|
LockedInput(Input<V> wrapped_input) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(InputVisitor<R> vis) |
java.lang.String |
getLabel()
generate the text to be presented to the user
|
void |
setKey(java.lang.String key)
Set the key used by this Selector
|
V |
setValue(V v)
set the value of this selector.
|
addValidator, convert, getKey, getNested, getPrettyString, getString, getValue, removeValidator, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, validate
public java.lang.String getLabel()
UnmodifiableInput
getLabel
in interface UnmodifiableInput
public <R> R accept(InputVisitor<R> vis) throws java.lang.Exception
public void setKey(java.lang.String key)
Input