public final class RxSearchView
extends java.lang.Object
SearchView.| Modifier and Type | Method and Description |
|---|---|
static <any> |
query(SearchView view,
boolean submit)
An action which sets the query property of
view with character sequences. |
static <any> |
queryTextChangeEvents(SearchView view)
Create an observable of query text events on
view. |
static <any> |
queryTextChanges(SearchView view)
Create an observable of character sequences for query text changes on
view. |
public static <any> queryTextChangeEvents(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> queryTextChanges(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(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