public interface SuggestedItemInput<V,T> extends ItemInput<V,T>
ItemInput that suggests possible items.
The input may also allow additional items beyond the suggested set| Modifier 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, setItemaccept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validatejava.util.Iterator<T> getItems()
int getCount()