com.ksk.contacts.tel.util
クラス FavoriteListAdapter
java.lang.Object
BaseAdapter
com.ksk.contacts.tel.util.FavoriteListAdapter
public class FavoriteListAdapter
- extends BaseAdapter
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FavoriteListAdapter
public FavoriteListAdapter(Context context)
setDataList
public void setDataList(java.util.List<FavoriteListAdapter.FavoriteListRow> dataList)
- パラメータ:
dataList
-
getDataList
public java.util.List<FavoriteListAdapter.FavoriteListRow> getDataList()
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)
onClick
public void onClick(View view)
isEnabled
public boolean isEnabled(int position)