Class CountryAdapter
-
- All Implemented Interfaces:
-
android.widget.Adapter,android.widget.Filterable,android.widget.ListAdapter,android.widget.SpinnerAdapter
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class CountryAdapter extends BaseAdapter implements Filterable
-
-
Constructor Summary
Constructors Constructor Description CountryAdapter(Context context, Context localizedContext)
-
Method Summary
Modifier and Type Method Description final UnitsetItems(List<CountryModel> countries)ViewgetView(Integer position, View convertView, ViewGroup parent)IntegergetCount()CountryModelgetItem(Integer position)LonggetItemId(Integer position)FiltergetFilter()-
Methods inherited from class android.widget.BaseAdapter
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
-
-