public final class RxSearchView
extends java.lang.Object
SearchView.| Modifier and Type | Method and Description |
|---|---|
static <any> |
query(android.widget.SearchView view,
boolean submit)
An action which sets the query property of
view with character sequences. |
static InitialValueObservable<SearchViewQueryTextEvent> |
queryTextChangeEvents(android.widget.SearchView view)
Create an observable of query text events on
view. |
static InitialValueObservable<java.lang.CharSequence> |
queryTextChanges(android.widget.SearchView view)
Create an observable of character sequences for query text changes on
view. |
public static InitialValueObservable<SearchViewQueryTextEvent> queryTextChangeEvents(android.widget.SearchView view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: A value will be emitted immediately on subscribe.
public static InitialValueObservable<java.lang.CharSequence> queryTextChanges(android.widget.SearchView view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: A value will be emitted immediately on subscribe.
public static <any> query(android.widget.SearchView view,
boolean submit)
view with character sequences.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
submit - whether to submit query right after updating query text