public final class RxTextInputLayout
extends java.lang.Object
TextInputLayout.| Modifier and Type | Method and Description |
|---|---|
static <any> |
counterEnabled(TextInputLayout view)
An action which sets the counterEnabled property of
view with a boolean value. |
static <any> |
counterMaxLength(TextInputLayout view)
An action which sets the counterMaxLength property of
view with an integer value. |
static <any> |
error(TextInputLayout view)
An action which sets the error text of
view with a character sequence. |
static <any> |
errorRes(TextInputLayout view)
An action which sets the error text of
view with a string resource. |
static <any> |
hint(TextInputLayout view)
An action which sets the hint property of
view with character sequences. |
static <any> |
hintRes(TextInputLayout view)
An action which sets the hint property of
view string resource IDs. |
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.
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.
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.
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.
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.
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.