public class DefaultPaymentMethodListViewAdapter
extends <any>
DefaultPaymentMethodListView.| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPaymentMethodListViewAdapter.ViewHolder
Hols the payment list item views.
|
| Constructor and Description |
|---|
DefaultPaymentMethodListViewAdapter(java.util.List<PaymentMethodConfiguration> paymentMethods,
PaymentMethodListViewFactory.PaymentMethodListViewListener paymentMethodListViewListener,
java.util.Map<PaymentMethodConfiguration,PaymentMethodIcon> icons) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemCount() |
void |
onBindViewHolder(DefaultPaymentMethodListViewAdapter.ViewHolder holder,
int position) |
DefaultPaymentMethodListViewAdapter.ViewHolder |
onCreateViewHolder(android.view.ViewGroup parent,
int viewType) |
public DefaultPaymentMethodListViewAdapter(java.util.List<PaymentMethodConfiguration> paymentMethods, PaymentMethodListViewFactory.PaymentMethodListViewListener paymentMethodListViewListener, java.util.Map<PaymentMethodConfiguration,PaymentMethodIcon> icons)
public DefaultPaymentMethodListViewAdapter.ViewHolder onCreateViewHolder(android.view.ViewGroup parent, int viewType)
public void onBindViewHolder(DefaultPaymentMethodListViewAdapter.ViewHolder holder, int position)
public int getItemCount()