FileDocCategorySizeDatePackage
SimpleExpandableListAdapter.javaAPI DocAndroid 5.1 API2803Sat Mar 14 14:09:38 GMT 2015android.widget

SimpleExpandableListAdapter

public class SimpleExpandableListAdapter extends android.widget.BaseExpandableListAdapter

Fields Summary
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.ObjectgetChild(int groupPosition, int childPosition)

 throw new RuntimeException("Stub!"); 
public longgetChildId(int groupPosition, int childPosition)

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetChildView(int groupPosition, int childPosition, boolean isLastChild, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public intgetChildrenCount(int groupPosition)

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetGroup(int groupPosition)

 throw new RuntimeException("Stub!"); 
public intgetGroupCount()

 throw new RuntimeException("Stub!"); 
public longgetGroupId(int groupPosition)

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetGroupView(int groupPosition, boolean isExpanded, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public booleanhasStableIds()

 throw new RuntimeException("Stub!"); 
public booleanisChildSelectable(int groupPosition, int childPosition)

 throw new RuntimeException("Stub!"); 
public android.view.ViewnewChildView(boolean isLastChild, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public android.view.ViewnewGroupView(boolean isExpanded, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!");