public final class RxTabLayout
extends java.lang.Object
TabLayout.| Modifier and Type | Method and Description |
|---|---|
static <any> |
select(TabLayout view)
An action which sets the selected tab of
view. |
static <any> |
selectionEvents(TabLayout view)
Create an observable which emits selection, reselection, and unselection events for the tabs
in
view. |
static <any> |
selections(TabLayout view)
Create an observable which emits the selected tab in
view. |
public static <any> selections(TabLayout view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: If a tab is already selected, it will be emitted immediately on subscribe.
public static <any> selectionEvents(TabLayout view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: If a tab is already selected, an event will be emitted immediately on subscribe.
public static <any> select(TabLayout view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.