public class GroupViewHolder extends PaymentOptionsBaseViewHolder<java.lang.String,GroupViewHolder,GroupViewModel> implements RecentPaymentsRecyclerViewAdapter.RecentPaymentsRecyclerViewAdapterShakingListener
PaymentOptionsBaseViewHolder.ViewHolderType| Modifier and Type | Field and Description |
|---|---|
private android.widget.TextView |
cancelTextView |
private android.widget.TextView |
editTextView |
private android.widget.TextView |
titleTextView |
viewModel| Constructor and Description |
|---|
GroupViewHolder(android.view.View view)
Instantiates a new Group view holder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(java.lang.String data)
Bind.
|
void |
cancelCardDelete() |
void |
changeGroupActionTitle() |
void |
editCard() |
attachToViewModel, detachFromViewModel, newInstance, restoreState, saveState, setFocused, unbindprivate android.widget.TextView titleTextView
private android.widget.TextView editTextView
private android.widget.TextView cancelTextView
public GroupViewHolder(android.view.View view)
view - the viewpublic void bind(java.lang.String data)
PaymentOptionsBaseViewHolderbind in class PaymentOptionsBaseViewHolder<java.lang.String,GroupViewHolder,GroupViewModel>data - the datapublic void editCard()
public void cancelCardDelete()
public void changeGroupActionTitle()
changeGroupActionTitle in interface RecentPaymentsRecyclerViewAdapter.RecentPaymentsRecyclerViewAdapterShakingListener