C# Class android.app.ExpandableListActivity

Inheritance: android.app.Activity, android.view.View.OnCreateContextMenuListener, android.widget.ExpandableListView.OnChildClickListener, android.widget.ExpandableListView.OnGroupCollapseListener, android.widget.ExpandableListView.OnGroupExpandListener
显示文件 Open project: JeroMiya/androidmono

Public Methods

Method Description
getExpandableListAdapter ( ) : global::android.widget.ExpandableListAdapter
getExpandableListView ( ) : global::android.widget.ExpandableListView
getSelectedId ( ) : long
getSelectedPosition ( ) : long
onChildClick ( android arg0, android arg1, int arg2, int arg3, long arg4 ) : bool
onContentChanged ( ) : void
onCreateContextMenu ( android arg0, android arg1, android arg2 ) : void
onGroupCollapse ( int arg0 ) : void
onGroupExpand ( int arg0 ) : void
setListAdapter ( android arg0 ) : void
setSelectedChild ( int arg0, int arg1, bool arg2 ) : bool
setSelectedGroup ( int arg0 ) : void

Protected Methods

Method Description
ExpandableListActivity ( global @__env )
onRestoreInstanceState ( android arg0 ) : void

Private Methods

Method Description
ExpandableListActivity ( )

Method Details

ExpandableListActivity() protected method

protected ExpandableListActivity ( global @__env )
@__env global

getExpandableListAdapter() public method

public getExpandableListAdapter ( ) : global::android.widget.ExpandableListAdapter
return global::android.widget.ExpandableListAdapter

getExpandableListView() public method

public getExpandableListView ( ) : global::android.widget.ExpandableListView
return global::android.widget.ExpandableListView

getSelectedId() public method

public getSelectedId ( ) : long
return long

getSelectedPosition() public method

public getSelectedPosition ( ) : long
return long

onChildClick() public method

public onChildClick ( android arg0, android arg1, int arg2, int arg3, long arg4 ) : bool
arg0 android
arg1 android
arg2 int
arg3 int
arg4 long
return bool

onContentChanged() public method

public onContentChanged ( ) : void
return void

onCreateContextMenu() public method

public onCreateContextMenu ( android arg0, android arg1, android arg2 ) : void
arg0 android
arg1 android
arg2 android
return void

onGroupCollapse() public method

public onGroupCollapse ( int arg0 ) : void
arg0 int
return void

onGroupExpand() public method

public onGroupExpand ( int arg0 ) : void
arg0 int
return void

onRestoreInstanceState() protected method

protected onRestoreInstanceState ( android arg0 ) : void
arg0 android
return void

setListAdapter() public method

public setListAdapter ( android arg0 ) : void
arg0 android
return void

setSelectedChild() public method

public setSelectedChild ( int arg0, int arg1, bool arg2 ) : bool
arg0 int
arg1 int
arg2 bool
return bool

setSelectedGroup() public method

public setSelectedGroup ( int arg0 ) : void
arg0 int
return void