public abstract class BasePersistentListAdapter<E>
extends android.widget.BaseAdapter
| Constructor and Description |
|---|
BasePersistentListAdapter(java.util.List<E> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areAllItemsEnabled() |
boolean |
hasStableIds() |
getDropDownView, getItemViewType, getViewTypeCount, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserverpublic BasePersistentListAdapter(java.util.List<E> list)
public boolean areAllItemsEnabled()
areAllItemsEnabled in interface android.widget.ListAdapterareAllItemsEnabled in class android.widget.BaseAdapterpublic boolean hasStableIds()
hasStableIds in interface android.widget.AdapterhasStableIds in class android.widget.BaseAdapter