| com.neomades.ui.AutoCompleteFilter<T> |
Custom Filter for AutoCompleteTextField control.
This filter will provide list of item that matches with end-user text constraint.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<T> |
find(String constraint)
Find all items that matches this constraint parameter.
| ||||||||||
Find all items that matches this constraint parameter.
| constraint | text inserted inside text box |
|---|