V
- type of inputT
- type of item objectpublic interface ItemInput<V,T> extends Input<V>
Modifier and Type | Method and Description |
---|---|
default T |
getItem()
get the domain Object associated with the current value
|
T |
getItembyValue(V value)
get the domain object from the Input value if defined
|
void |
setItem(T item)
Set the value of the input using an item
|
accept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validate
T getItembyValue(V value)
value
- input Valuedefault T getItem()
void setItem(T item)
item
-