public interface SuggestedItemInput<V,T> extends ItemInput<V,T>
ItemInput
that suggests possible items.
The input may also allow additional items beyond the suggested setModifier and Type | Method and Description |
---|---|
int |
getCount()
get the number of suggested items.
|
java.util.Iterator<T> |
getItems()
get a list of domain objects that are being selected
|
getItem, getItembyValue, setItem
accept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validate
java.util.Iterator<T> getItems()
int getCount()