| Interface | Description |
|---|---|
| AutocompleteCallback<T> |
Optional callback to be passed to
Autocomplete.Builder. |
| AutocompletePolicy |
This interface controls when to show or hide the popup window, and, in the first case,
what text should be passed to the popup
AutocompletePresenter. |
| AutocompletePresenter.ClickProvider<T> |
| Class | Description |
|---|---|
| Autocomplete<T> |
Entry point for adding Autocomplete behavior to a
EditText. |
| Autocomplete.Builder<T> |
Builder for building
Autocomplete. |
| Autocomplete.SimplePolicy |
A very simple
AutocompletePolicy implementation. |
| AutocompletePresenter<T> |
Base class for presenting items inside a popup.
|
| AutocompletePresenter.PopupDimensions |
Provides width, height, maxWidth and maxHeight for the popup.
|
| CharPolicy |
A special
AutocompletePolicy for cases when you want to trigger the popup when a
certain character is shown. |
| RecyclerViewPresenter<T> |
Simple
AutocompletePresenter implementation that hosts a RecyclerView. |