public final class WidgetObservable
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static rx.Observable<OnCheckedChangeEvent> |
input(android.widget.CompoundButton button) |
static rx.Observable<OnCheckedChangeEvent> |
input(android.widget.CompoundButton button,
boolean emitInitialValue) |
static rx.Observable<OnItemClickEvent> |
itemClicks(android.widget.AdapterView<?> adapterView) |
static rx.Observable<OnListViewScrollEvent> |
listScrollEvents(android.widget.AbsListView listView)
Returns an observable that emits all the scroll events from the provided ListView.
|
static rx.Observable<OnTextChangeEvent> |
text(android.widget.TextView input) |
static rx.Observable<OnTextChangeEvent> |
text(android.widget.TextView input,
boolean emitInitialValue) |
public static rx.Observable<OnTextChangeEvent> text(android.widget.TextView input)
public static rx.Observable<OnTextChangeEvent> text(android.widget.TextView input, boolean emitInitialValue)
public static rx.Observable<OnCheckedChangeEvent> input(android.widget.CompoundButton button)
public static rx.Observable<OnCheckedChangeEvent> input(android.widget.CompoundButton button, boolean emitInitialValue)
public static rx.Observable<OnItemClickEvent> itemClicks(android.widget.AdapterView<?> adapterView)
public static rx.Observable<OnListViewScrollEvent> listScrollEvents(android.widget.AbsListView listView)
AbsListView.setOnScrollListener(android.widget.AbsListView.OnScrollListener)
unless those
were set by this method or OnSubscribeListViewScroll
.