private class AddressOnCardRecyclerViewAdapter.CardAddressNumberInputViewHolder
extends android.support.v7.widget.RecyclerView.ViewHolder
implements android.text.TextWatcher
Modifier and Type | Field and Description |
---|---|
(package private) android.widget.EditText |
etNumberInput
The Et number input.
|
(package private) android.support.design.widget.TextInputLayout |
tilNumberInput
The Til number input.
|
Constructor and Description |
---|
CardAddressNumberInputViewHolder(android.view.View itemView)
Instantiates a new Card address number 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 etNumberInput
android.support.design.widget.TextInputLayout tilNumberInput
public CardAddressNumberInputViewHolder(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