C# Class android.app.ListActivity

Inheritance: android.app.Activity
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
getListAdapter ( ) : global::android.widget.ListAdapter
getListView ( ) : global::android.widget.ListView
getSelectedItemId ( ) : long
getSelectedItemPosition ( ) : int
onContentChanged ( ) : void
setListAdapter ( android arg0 ) : void
setSelection ( int arg0 ) : void

Méthodes protégées

Méthode Description
ListActivity ( global @__env )
onDestroy ( ) : void
onListItemClick ( android arg0, android arg1, int arg2, long arg3 ) : void
onRestoreInstanceState ( android arg0 ) : void

Private Methods

Méthode Description
ListActivity ( )

Method Details

ListActivity() protected méthode

protected ListActivity ( global @__env )
@__env global

getListAdapter() public méthode

public getListAdapter ( ) : global::android.widget.ListAdapter
Résultat global::android.widget.ListAdapter

getListView() public méthode

public getListView ( ) : global::android.widget.ListView
Résultat global::android.widget.ListView

getSelectedItemId() public méthode

public getSelectedItemId ( ) : long
Résultat long

getSelectedItemPosition() public méthode

public getSelectedItemPosition ( ) : int
Résultat int

onContentChanged() public méthode

public onContentChanged ( ) : void
Résultat void

onDestroy() protected méthode

protected onDestroy ( ) : void
Résultat void

onListItemClick() protected méthode

protected onListItemClick ( android arg0, android arg1, int arg2, long arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 long
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

setSelection() public méthode

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