public class SimpleExpandableListAdapter extends BaseExpandableListAdapter
| Constructor and Description |
|---|
SimpleExpandableListAdapter(Context context,
List<? extends Map<String,?>> groupData,
int expandedGroupLayout,
int collapsedGroupLayout,
String[] groupFrom,
int[] groupTo,
List<? extends List<? extends Map<String,?>>> childData,
int childLayout,
int lastChildLayout,
String[] childFrom,
int[] childTo) |
SimpleExpandableListAdapter(Context context,
List<? extends Map<String,?>> groupData,
int expandedGroupLayout,
int collapsedGroupLayout,
String[] groupFrom,
int[] groupTo,
List<? extends List<? extends Map<String,?>>> childData,
int childLayout,
String[] childFrom,
int[] childTo) |
SimpleExpandableListAdapter(Context context,
List<? extends Map<String,?>> groupData,
int groupLayout,
String[] groupFrom,
int[] groupTo,
List<? extends List<? extends Map<String,?>>> childData,
int childLayout,
String[] childFrom,
int[] childTo) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
View |
newChildView(boolean isLastChild,
ViewGroup parent) |
View |
newGroupView(boolean isExpanded,
ViewGroup parent) |
areAllItemsEnabled, getChildType, getChildTypeCount, getCombinedChildId, getCombinedGroupId, getGroupType, getGroupTypeCount, isEmpty, notifyDataSetChanged, notifyDataSetInvalidated, onGroupCollapsed, onGroupExpanded, registerDataSetObserver, unregisterDataSetObserverpublic SimpleExpandableListAdapter(Context context, List<? extends Map<String,?>> groupData, int groupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String,?>>> childData, int childLayout, String[] childFrom, int[] childTo)
public SimpleExpandableListAdapter(Context context, List<? extends Map<String,?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String,?>>> childData, int childLayout, String[] childFrom, int[] childTo)
public SimpleExpandableListAdapter(Context context, List<? extends Map<String,?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String,?>>> childData, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo)
public Object getChild(int groupPosition, int childPosition)
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 isChildSelectable(int groupPosition,
int childPosition)
public boolean hasStableIds()
Copyright © 2008-2013. All Rights Reserved.