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

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

public class CallLogListAdapter
extends BaseAdapter


コンストラクタの概要
CallLogListAdapter(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<CallLogMgr.CallLogData> dataList)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CallLogListAdapter

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

setDataList

public void setDataList(java.util.List<CallLogMgr.CallLogData> 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)