com.neomades.ui.AutoCompleteTextConverter<T> |
This interface will adapt data item to text in order to show a text in drop down list and text will be also used for default filtering.
Note: If the AutoCompleteTextField
has custom
filter
and custom AutoCompleteViewAdapter
, then
this converter
will never be used.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
convertToText(T data)
Converts a data item to text.
|