FileDocCategorySizeDatePackage
ExpandableListActivity.javaAPI DocAndroid 5.1 API1818Sat Mar 14 14:09:42 GMT 2015android.app

ExpandableListActivity

public class ExpandableListActivity extends android.app.Activity implements android.widget.ExpandableListView.OnChildClickListener, android.widget.ExpandableListView.OnGroupExpandListener, android.widget.ExpandableListView.OnGroupCollapseListener, android.view.View.OnCreateContextMenuListener

Fields Summary
Constructors Summary
public ExpandableListActivity()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.widget.ExpandableListAdaptergetExpandableListAdapter()

 throw new RuntimeException("Stub!"); 
public android.widget.ExpandableListViewgetExpandableListView()

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

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

 throw new RuntimeException("Stub!"); 
public booleanonChildClick(android.widget.ExpandableListView parent, android.view.View v, int groupPosition, int childPosition, long id)

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

 throw new RuntimeException("Stub!"); 
public voidonCreateContextMenu(android.view.ContextMenu menu, android.view.View v, android.view.ContextMenu.ContextMenuInfo menuInfo)

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

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

 throw new RuntimeException("Stub!"); 
protected voidonRestoreInstanceState(android.os.Bundle state)

 throw new RuntimeException("Stub!"); 
public voidsetListAdapter(android.widget.ExpandableListAdapter adapter)

 throw new RuntimeException("Stub!"); 
public booleansetSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup)

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

 throw new RuntimeException("Stub!");