public final class RxTextInputLayout
extends java.lang.Object
TextInputLayout.| Modifier and Type | Method and Description |
|---|---|
static <any> |
counterEnabled(TextInputLayout view)
Deprecated.
Use view::setCounterEnabled method reference.
|
static <any> |
counterMaxLength(TextInputLayout view)
Deprecated.
Use view::setCounterMaxLength method reference.
|
static <any> |
error(TextInputLayout view)
Deprecated.
Use view::setError method reference.
|
static <any> |
errorRes(TextInputLayout view)
Deprecated.
Use view::setError method reference.
|
static <any> |
hint(TextInputLayout view)
Deprecated.
Use view::setHint method reference.
|
static <any> |
hintRes(TextInputLayout view)
Deprecated.
Use view::setHint method reference.
|
@Deprecated public static <any> counterEnabled(TextInputLayout view)
view with a boolean value.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
@Deprecated public static <any> counterMaxLength(TextInputLayout view)
view with an integer value.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
@Deprecated public static <any> error(TextInputLayout view)
view with a character sequence.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
@Deprecated public static <any> errorRes(TextInputLayout view)
view with a string resource.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
@Deprecated public static <any> hint(TextInputLayout view)
view with character sequences.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
@Deprecated public static <any> hintRes(TextInputLayout view)
view string resource IDs.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.