FileDocCategorySizeDatePackage
BaseExpandableListAdapter.javaAPI DocAndroid 5.1 API1496Sat Mar 14 14:09:44 GMT 2015android.widget

BaseExpandableListAdapter

public abstract class BaseExpandableListAdapter extends Object implements android.widget.HeterogeneousExpandableList, android.widget.ExpandableListAdapter

Fields Summary
Constructors Summary
public BaseExpandableListAdapter()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanareAllItemsEnabled()

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

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

 throw new RuntimeException("Stub!"); 
public longgetCombinedChildId(long groupId, long childId)

 throw new RuntimeException("Stub!"); 
public longgetCombinedGroupId(long groupId)

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!"); 
public voidunregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!");