public abstract class BaseExpandableListAdapter extends Object implements 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(DataSetObserver observer) |
void |
unregisterDataSetObserver(DataSetObserver observer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChild, getChildId, getChildrenCount, getChildView, getGroup, getGroupCount, getGroupId, getGroupView, hasStableIds, isChildSelectablepublic void registerDataSetObserver(DataSetObserver observer)
registerDataSetObserver in interface ExpandableListAdapterpublic void unregisterDataSetObserver(DataSetObserver observer)
unregisterDataSetObserver in interface ExpandableListAdapterpublic void notifyDataSetInvalidated()
public void notifyDataSetChanged()
public boolean areAllItemsEnabled()
areAllItemsEnabled in interface ExpandableListAdapterpublic void onGroupCollapsed(int groupPosition)
onGroupCollapsed in interface ExpandableListAdapterpublic void onGroupExpanded(int groupPosition)
onGroupExpanded in interface ExpandableListAdapterpublic long getCombinedChildId(long groupId,
long childId)
getCombinedChildId in interface ExpandableListAdapterpublic long getCombinedGroupId(long groupId)
getCombinedGroupId in interface ExpandableListAdapterpublic boolean isEmpty()
isEmpty in interface ExpandableListAdapterpublic int getChildType(int groupPosition,
int childPosition)
getChildType in interface HeterogeneousExpandableListpublic int getChildTypeCount()
getChildTypeCount in interface HeterogeneousExpandableListpublic int getGroupType(int groupPosition)
getGroupType in interface HeterogeneousExpandableListpublic int getGroupTypeCount()
getGroupTypeCount in interface HeterogeneousExpandableListCopyright © 2008-2013. All Rights Reserved.