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
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ExpandableListActivity ( global @__env )
onRestoreInstanceState ( android arg0 ) : void

Private Methods

Méthode Description
ExpandableListActivity ( )

Method Details

ExpandableListActivity() protected méthode

protected ExpandableListActivity ( global @__env )
@__env global

getExpandableListAdapter() public méthode

public getExpandableListAdapter ( ) : global::android.widget.ExpandableListAdapter
Résultat global::android.widget.ExpandableListAdapter

getExpandableListView() public méthode

public getExpandableListView ( ) : global::android.widget.ExpandableListView
Résultat global::android.widget.ExpandableListView

getSelectedId() public méthode

public getSelectedId ( ) : long
Résultat long

getSelectedPosition() public méthode

public getSelectedPosition ( ) : long
Résultat long

onChildClick() public méthode

public onChildClick ( android arg0, android arg1, int arg2, int arg3, long arg4 ) : bool
arg0 android
arg1 android
arg2 int
arg3 int
arg4 long
Résultat bool

onContentChanged() public méthode

public onContentChanged ( ) : void
Résultat void

onCreateContextMenu() public méthode

public onCreateContextMenu ( android arg0, android arg1, android arg2 ) : void
arg0 android
arg1 android
arg2 android
Résultat void

onGroupCollapse() public méthode

public onGroupCollapse ( int arg0 ) : void
arg0 int
Résultat void

onGroupExpand() public méthode

public onGroupExpand ( int arg0 ) : void
arg0 int
Résultat void

onRestoreInstanceState() protected méthode

protected onRestoreInstanceState ( android arg0 ) : void
arg0 android
Résultat void

setListAdapter() public méthode

public setListAdapter ( android arg0 ) : void
arg0 android
Résultat void

setSelectedChild() public méthode

public setSelectedChild ( int arg0, int arg1, bool arg2 ) : bool
arg0 int
arg1 int
arg2 bool
Résultat bool

setSelectedGroup() public méthode

public setSelectedGroup ( int arg0 ) : void
arg0 int
Résultat void