C# Class android.app.ListActivity

Inheritance: android.app.Activity
显示文件 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
ListActivity ( )

Method Details

ListActivity() protected method

protected ListActivity ( global @__env )
@__env global

getListAdapter() public method

public getListAdapter ( ) : global::android.widget.ListAdapter
return global::android.widget.ListAdapter

getListView() public method

public getListView ( ) : global::android.widget.ListView
return global::android.widget.ListView

getSelectedItemId() public method

public getSelectedItemId ( ) : long
return long

getSelectedItemPosition() public method

public getSelectedItemPosition ( ) : int
return int

onContentChanged() public method

public onContentChanged ( ) : void
return void

onDestroy() protected method

protected onDestroy ( ) : void
return void

onListItemClick() protected method

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

setSelection() public method

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