public interface AutoCompleteTextComponent.AutoCompleteFilter
Allows filtering the entries in the auto complete
Methods
public abstract boolean filter(String text) | Callback to filter based on this given text |
Method details
filter
public abstract boolean filter(String text)Callback to filter based on this given text
Parameters
textString- the text for filtering
Returns
true if the entry should be filtered in