Interface AutoCompleteTextComponent.AutoCompleteFilter
- Enclosing class:
AutoCompleteTextComponent
public static interface AutoCompleteTextComponent.AutoCompleteFilter
Allows filtering the entries in the auto complete
-
Method Summary
-
Method Details
-
filter
Callback to filter based on this given text
Parameters
text: the text for filtering
Returns
true if the entry should be filtered in
-