public abstract class AListAdapter<E>
extends android.widget.BaseAdapter
| Constructor and Description |
|---|
AListAdapter(android.content.Context context,
int layoutItemView) |
AListAdapter(android.content.Context context,
int layoutItemView,
List<E> dataSource) |
| Modifier and Type | Method and Description |
|---|---|
android.content.Context |
getContext() |
int |
getCount() |
List<E> |
getDataSource() |
android.view.LayoutInflater |
getInflater() |
Object |
getItem(int position) |
long |
getItemId(int position) |
int |
getLayoutItemView() |
void |
setDataSource(List<E> dataSource) |
areAllItemsEnabled, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserverpublic AListAdapter(android.content.Context context,
int layoutItemView)
public int getCount()
public Object getItem(int position)
public long getItemId(int position)
public android.content.Context getContext()
public android.view.LayoutInflater getInflater()
public int getLayoutItemView()
Copyright © 2016–2018 Beigesoft ™. All rights reserved.