Example usage for Java android.widget MultiAutoCompleteTextView fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setAdapter(T adapter) Changes the list of data used for auto completion. |
void | setOnItemSelectedListener(AdapterView.OnItemSelectedListener l) Sets the listener that will be notified when the user selects an item in the drop down list. |
void | setThreshold(int threshold) Specifies the minimum number of characters the user has to type in the edit box before the drop down list is shown. When |
void | setTokenizer(Tokenizer t) Sets the Tokenizer that will be used to determine the relevant range of the text where the user is typing. |
void | showDropDown() Displays the drop down on screen. |