-
- All Implemented Interfaces:
-
android.widget.Adapter,android.widget.Filterable,android.widget.ListAdapter,android.widget.SpinnerAdapter
public final class CountryAdapter extends BaseAdapter implements Filterable
-
-
Constructor Summary
Constructors Constructor Description CountryAdapter(Context context)
-
Method Summary
Modifier and Type Method Description final UnitsetItems(List<CountryModel> countries)final List<CountryModel>getCountries()ViewgetView(Integer position, View convertView, ViewGroup parent)IntegergetCount()CountryModelgetItem(Integer position)LonggetItemId(Integer position)FiltergetFilter()-
Methods inherited from class com.adyen.checkout.mbway.country.CountryAdapter
areAllItemsEnabled, getAutofillOptions, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CountryAdapter
CountryAdapter(Context context)
-
-
Method Detail
-
setItems
final Unit setItems(List<CountryModel> countries)
-
getCountries
final List<CountryModel> getCountries()
-
getItem
CountryModel getItem(Integer position)
-
-
-
-