public interface ExpandableListAdapter
| Modifier and Type | Method and Description |
|---|---|
boolean |
areAllItemsEnabled() |
Object |
getChild(int groupPosition,
int childPosition) |
long |
getChildId(int groupPosition,
int childPosition) |
int |
getChildrenCount(int groupPosition) |
View |
getChildView(int groupPosition,
int childPosition,
boolean isLastChild,
View convertView,
ViewGroup parent) |
long |
getCombinedChildId(long groupId,
long childId) |
long |
getCombinedGroupId(long groupId) |
Object |
getGroup(int groupPosition) |
int |
getGroupCount() |
long |
getGroupId(int groupPosition) |
View |
getGroupView(int groupPosition,
boolean isExpanded,
View convertView,
ViewGroup parent) |
boolean |
hasStableIds() |
boolean |
isChildSelectable(int groupPosition,
int childPosition) |
boolean |
isEmpty() |
void |
onGroupCollapsed(int groupPosition) |
void |
onGroupExpanded(int groupPosition) |
void |
registerDataSetObserver(DataSetObserver observer) |
void |
unregisterDataSetObserver(DataSetObserver observer) |
void registerDataSetObserver(DataSetObserver observer)
void unregisterDataSetObserver(DataSetObserver observer)
int getGroupCount()
int getChildrenCount(int groupPosition)
Object getGroup(int groupPosition)
Object getChild(int groupPosition, int childPosition)
long getGroupId(int groupPosition)
long getChildId(int groupPosition,
int childPosition)
boolean hasStableIds()
View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
View getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
boolean isChildSelectable(int groupPosition,
int childPosition)
boolean areAllItemsEnabled()
boolean isEmpty()
void onGroupExpanded(int groupPosition)
void onGroupCollapsed(int groupPosition)
long getCombinedChildId(long groupId,
long childId)
long getCombinedGroupId(long groupId)
Copyright © 2008-2013. All Rights Reserved.