
public class ExpandableListAdapter
extends BaseExpandableListAdapter
| Constructor and Description |
|---|
ExpandableListAdapter(Context context,
List<String> listDataHeader,
HashMap<String,List<String>> listChildData) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getChild(int groupPosition,
int childPosititon) |
long |
getChildId(int groupPosition,
int childPosition) |
int |
getChildrenCount(int groupPosition) |
View |
getChildView(int groupPosition,
int childPosition,
boolean isLastChild,
View convertView,
ViewGroup parent) |
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) |
public Object getChild(int groupPosition, int childPosititon)
public long getChildId(int groupPosition,
int childPosition)
public View getChildView(int groupPosition,
int childPosition,
boolean isLastChild,
View convertView,
ViewGroup parent)
public int getChildrenCount(int groupPosition)
public Object getGroup(int groupPosition)
public int getGroupCount()
public long getGroupId(int groupPosition)
public View getGroupView(int groupPosition,
boolean isExpanded,
View convertView,
ViewGroup parent)
public boolean hasStableIds()
public boolean isChildSelectable(int groupPosition,
int childPosition)