类 CountryCodePickerAdapter

  • 所有已实现的接口:
    android.widget.Adapter, android.widget.ListAdapter, android.widget.SpinnerAdapter

    public class CountryCodePickerAdapter
    extends android.widget.BaseAdapter
    • 字段概要

      • 从接口继承的字段 android.widget.Adapter

        IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int getCount()  
      java.lang.Object getItem​(int position)  
      long getItemId​(int position)  
      java.util.List<Country> getList()  
      android.view.View getView​(int position, android.view.View convertView, android.view.ViewGroup parent)  
      void updateListView​(java.util.List<Country> beans)  
      • 从类继承的方法 android.widget.BaseAdapter

        areAllItemsEnabled, getAutofillOptions, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • CountryCodePickerAdapter

        public CountryCodePickerAdapter​(java.util.List<Country> beans)
    • 方法详细资料

      • updateListView

        public void updateListView​(java.util.List<Country> beans)
      • getList

        public java.util.List<Country> getList()
      • getCount

        public int getCount()
      • getItem

        public java.lang.Object getItem​(int position)
      • getItemId

        public long getItemId​(int position)
      • getView

        public android.view.View getView​(int position,
                                         android.view.View convertView,
                                         android.view.ViewGroup parent)