SimpleExpandableListAdapterpublic class SimpleExpandableListAdapter extends android.widget.BaseExpandableListAdapter
Constructors Summary |
---|
public SimpleExpandableListAdapter(android.content.Context context, List groupData, int groupLayout, String[] groupFrom, int[] groupTo, List childData, int childLayout, String[] childFrom, int[] childTo) throw new RuntimeException("Stub!");
| public SimpleExpandableListAdapter(android.content.Context context, List groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List childData, int childLayout, String[] childFrom, int[] childTo) throw new RuntimeException("Stub!");
| public SimpleExpandableListAdapter(android.content.Context context, List groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List childData, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public java.lang.Object | getChild(int groupPosition, int childPosition) throw new RuntimeException("Stub!");
| public long | getChildId(int groupPosition, int childPosition) throw new RuntimeException("Stub!");
| public android.view.View | getChildView(int groupPosition, int childPosition, boolean isLastChild, android.view.View convertView, android.view.ViewGroup parent) throw new RuntimeException("Stub!");
| public int | getChildrenCount(int groupPosition) throw new RuntimeException("Stub!");
| public java.lang.Object | getGroup(int groupPosition) throw new RuntimeException("Stub!");
| public int | getGroupCount() throw new RuntimeException("Stub!");
| public long | getGroupId(int groupPosition) throw new RuntimeException("Stub!");
| public android.view.View | getGroupView(int groupPosition, boolean isExpanded, android.view.View convertView, android.view.ViewGroup parent) throw new RuntimeException("Stub!");
| public boolean | hasStableIds() throw new RuntimeException("Stub!");
| public boolean | isChildSelectable(int groupPosition, int childPosition) throw new RuntimeException("Stub!");
| public android.view.View | newChildView(boolean isLastChild, android.view.ViewGroup parent) throw new RuntimeException("Stub!");
| public android.view.View | newGroupView(boolean isExpanded, android.view.ViewGroup parent) throw new RuntimeException("Stub!");
|
|