public final class RxRadioGroup
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <any> |
checked(android.widget.RadioGroup view)
An action which sets the checked child of
view with ID. |
static InitialValueObservable<java.lang.Integer> |
checkedChanges(android.widget.RadioGroup view)
Create an observable of the checked view ID changes in
view. |
public static InitialValueObservable<java.lang.Integer> checkedChanges(android.widget.RadioGroup 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> checked(android.widget.RadioGroup view)
view with ID. Passing -1 will clear
any checked view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.