private class AddressOnCardRecyclerViewAdapter.CardAddressTextInputViewHolder
extends android.support.v7.widget.RecyclerView.ViewHolder
implements android.text.TextWatcher
Modifier and Type | Field and Description |
---|---|
(package private) android.widget.EditText |
etTextInput
The Et text input.
|
(package private) android.support.design.widget.TextInputLayout |
tilTextInput
The Til text input.
|
Constructor and Description |
---|
CardAddressTextInputViewHolder(android.view.View itemView)
Instantiates a new Card address text input view holder.
|
Modifier and Type | Method and Description |
---|---|
void |
afterTextChanged(android.text.Editable s) |
void |
beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after) |
void |
onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count) |
android.widget.EditText etTextInput
android.support.design.widget.TextInputLayout tilTextInput
public CardAddressTextInputViewHolder(android.view.View itemView)
itemView
- the item viewpublic void beforeTextChanged(java.lang.CharSequence s, int start, int count, int after)
beforeTextChanged
in interface android.text.TextWatcher
public void onTextChanged(java.lang.CharSequence s, int start, int before, int count)
onTextChanged
in interface android.text.TextWatcher
public void afterTextChanged(android.text.Editable s)
afterTextChanged
in interface android.text.TextWatcher