public abstract class BaseExpandablePersistentListAdapter<E>
extends android.widget.BaseExpandableListAdapter
| Constructor and Description |
|---|
BaseExpandablePersistentListAdapter(java.util.List<E> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areAllItemsEnabled() |
java.lang.Object |
getChild(int groupPosition,
int childPosition) |
long |
getChildId(int groupPosition,
int childPosition) |
int |
getChildrenCount(int groupPosition) |
int |
getGroupCount() |
long |
getGroupId(int groupPosition) |
boolean |
hasStableIds() |
void |
onGroupCollapsed(int groupPosition) |
void |
onGroupExpanded(int groupPosition) |
getChildType, getChildTypeCount, getCombinedChildId, getCombinedGroupId, getGroupType, getGroupTypeCount, isEmpty, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserverpublic BaseExpandablePersistentListAdapter(java.util.List<E> list)
public void onGroupCollapsed(int groupPosition)
onGroupCollapsed in interface android.widget.ExpandableListAdapteronGroupCollapsed in class android.widget.BaseExpandableListAdapterpublic void onGroupExpanded(int groupPosition)
onGroupExpanded in interface android.widget.ExpandableListAdapteronGroupExpanded in class android.widget.BaseExpandableListAdapterpublic int getGroupCount()
public long getGroupId(int groupPosition)
public long getChildId(int groupPosition,
int childPosition)
public int getChildrenCount(int groupPosition)
public java.lang.Object getChild(int groupPosition,
int childPosition)
public boolean areAllItemsEnabled()
areAllItemsEnabled in interface android.widget.ExpandableListAdapterareAllItemsEnabled in class android.widget.BaseExpandableListAdapterpublic boolean hasStableIds()