com.ksk.contacts.tel.util
クラス RedialDialogAdapter

java.lang.Object
  上位を拡張 BaseAdapter
      上位を拡張 com.ksk.contacts.tel.util.RedialDialogAdapter

public class RedialDialogAdapter
extends BaseAdapter


入れ子のクラスの概要
 class RedialDialogAdapter.RedialData
           
 
コンストラクタの概要
RedialDialogAdapter(Context context)
           
 
メソッドの概要
 int getCount()
           
 java.lang.Object getItem(int position)
           
 long getItemId(int position)
           
 View getView(int position, View convertView, ViewGroup parent)
           
 void setDataList(java.util.List<RedialDialogAdapter.RedialData> dataList)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RedialDialogAdapter

public RedialDialogAdapter(Context context)
メソッドの詳細

setDataList

public void setDataList(java.util.List<RedialDialogAdapter.RedialData> dataList)
パラメータ:
dataList -

getCount

public int getCount()

getItem

public java.lang.Object getItem(int position)

getItemId

public long getItemId(int position)

getView

public View getView(int position,
                    View convertView,
                    ViewGroup parent)