V
- type of value objectT
- type of Item objectpublic interface ListInput<V,T> extends SuggestedItemInput<V,T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTagByItem(T item)
get an identifying tag string from the domain object
|
java.lang.String |
getTagByValue(V value)
get the tag string from the actual value of the input
|
java.lang.String |
getText(T item)
get the user presented text from the domain object
may return null if not selected
|
boolean |
isValid(T item)
Test if an object of the Item type is one of the possible items.
|
getCount, getItems
getItem, getItembyValue, setItem
accept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validate
java.lang.String getTagByItem(T item)
item
- boolean isValid(T item)
item
- java.lang.String getTagByValue(V value)
value
- java.lang.String getText(T item)
item
-