public final class RxAutoCompleteTextView
extends java.lang.Object
AutoCompleteTextView.| Modifier and Type | Method and Description |
|---|---|
static <any> |
completionHint(android.widget.AutoCompleteTextView view)
An action that sets the optional hint text that is displayed at the bottom of the the matching
list.
|
static <any> |
itemClickEvents(android.widget.AutoCompleteTextView view)
Create an observable of item click events on
view. |
static <any> |
threshold(android.widget.AutoCompleteTextView view)
An action that specifies the minimum number of characters the user has to type in the edit box
before the drop down list is shown.
|
public static <any> itemClickEvents(android.widget.AutoCompleteTextView view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> completionHint(android.widget.AutoCompleteTextView view)
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> threshold(android.widget.AutoCompleteTextView view)
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.