public abstract class BaseExpandableListAdapter extends java.lang.Object implements android.widget.ExpandableListAdapter, HeterogeneousExpandableList
| Constructor and Description |
|---|
BaseExpandableListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areAllItemsEnabled() |
int |
getChildType(int groupPosition,
int childPosition) |
int |
getChildTypeCount() |
long |
getCombinedChildId(long groupId,
long childId) |
long |
getCombinedGroupId(long groupId) |
int |
getGroupType(int groupPosition) |
int |
getGroupTypeCount() |
boolean |
isEmpty() |
void |
notifyDataSetChanged() |
void |
notifyDataSetInvalidated() |
void |
onGroupCollapsed(int groupPosition) |
void |
onGroupExpanded(int groupPosition) |
void |
registerDataSetObserver(android.database.DataSetObserver observer) |
void |
unregisterDataSetObserver(android.database.DataSetObserver observer) |
public boolean areAllItemsEnabled()
areAllItemsEnabled in interface android.widget.ExpandableListAdapterpublic int getChildType(int groupPosition,
int childPosition)
getChildType in interface HeterogeneousExpandableListpublic int getChildTypeCount()
getChildTypeCount in interface HeterogeneousExpandableListpublic long getCombinedChildId(long groupId,
long childId)
getCombinedChildId in interface android.widget.ExpandableListAdapterpublic long getCombinedGroupId(long groupId)
getCombinedGroupId in interface android.widget.ExpandableListAdapterpublic int getGroupType(int groupPosition)
getGroupType in interface HeterogeneousExpandableListpublic int getGroupTypeCount()
getGroupTypeCount in interface HeterogeneousExpandableListpublic boolean isEmpty()
isEmpty in interface android.widget.ExpandableListAdapterpublic void notifyDataSetChanged()
public void notifyDataSetInvalidated()
public void onGroupCollapsed(int groupPosition)
onGroupCollapsed in interface android.widget.ExpandableListAdapterpublic void onGroupExpanded(int groupPosition)
onGroupExpanded in interface android.widget.ExpandableListAdapterpublic void registerDataSetObserver(android.database.DataSetObserver observer)
registerDataSetObserver in interface android.widget.ExpandableListAdapterpublic void unregisterDataSetObserver(android.database.DataSetObserver observer)
unregisterDataSetObserver in interface android.widget.ExpandableListAdapterCopyright © 2012-2013. All Rights Reserved.