public interface

AutoCompleteTextConverter

com.neomades.ui.AutoCompleteTextConverter<T>

Class Overview

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.

Summary

Public Methods
abstract String convertToText(T data)
Converts a data item to text.

Public Methods

public abstract String convertToText (T data)

Converts a data item to text.