类 CountryCodePickerAdapter
- java.lang.Object
-
- android.widget.BaseAdapter
-
- cn.authing.guard.dialog.CountryCodePickerAdapter
-
- 所有已实现的接口:
Adapter,ListAdapter,SpinnerAdapter
public class CountryCodePickerAdapter extends BaseAdapter
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCountryCodePickerAdapter.ViewHolder
-
字段概要
-
从接口继承的字段 android.widget.Adapter
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
-
-
构造器概要
构造器 构造器 说明 CountryCodePickerAdapter(List<Country> beans)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetCount()ObjectgetItem(int position)longgetItemId(int position)List<Country>getList()ViewgetView(int position, View convertView, ViewGroup parent)voidupdateListView(List<Country> beans)
-
-
-
方法详细资料
-
getCount
public int getCount()
-
getItem
public Object getItem(int position)
-
getItemId
public long getItemId(int position)
-
-