C# Class android.widget.SimpleAdapter

Inheritance: android.widget.BaseAdapter, Filterable
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
SimpleAdapter ( android arg0, java arg1, int arg2, java arg3, int arg4 )
getCount ( ) : int
getDropDownView ( int arg0, android arg1, android arg2 ) : global::android.view.View
getFilter ( ) : global::android.widget.Filter
getItem ( int arg0 ) : global::java.lang.Object
getItemId ( int arg0 ) : long
getView ( int arg0, android arg1, android arg2 ) : global::android.view.View
getViewBinder ( ) : global::android.widget.SimpleAdapter.ViewBinder
setDropDownViewResource ( int arg0 ) : void
setViewBinder ( android arg0 ) : void
setViewBinder ( global arg0 ) : void
setViewImage ( android arg0, int arg1 ) : void
setViewImage ( android arg0, java arg1 ) : void
setViewText ( android arg0, java arg1 ) : void

Protected Methods

Method Description
SimpleAdapter ( global @__env )

Private Methods

Method Description
SimpleAdapter ( )

Method Details

SimpleAdapter() public method

public SimpleAdapter ( android arg0, java arg1, int arg2, java arg3, int arg4 )
arg0 android
arg1 java
arg2 int
arg3 java
arg4 int

SimpleAdapter() protected method

protected SimpleAdapter ( global @__env )
@__env global

getCount() public method

public getCount ( ) : int
return int

getDropDownView() public method

public getDropDownView ( int arg0, android arg1, android arg2 ) : global::android.view.View
arg0 int
arg1 android
arg2 android
return global::android.view.View

getFilter() public method

public getFilter ( ) : global::android.widget.Filter
return global::android.widget.Filter

getItem() public method

public getItem ( int arg0 ) : global::java.lang.Object
arg0 int
return global::java.lang.Object

getItemId() public method

public getItemId ( int arg0 ) : long
arg0 int
return long

getView() public method

public getView ( int arg0, android arg1, android arg2 ) : global::android.view.View
arg0 int
arg1 android
arg2 android
return global::android.view.View

getViewBinder() public method

public getViewBinder ( ) : global::android.widget.SimpleAdapter.ViewBinder
return global::android.widget.SimpleAdapter.ViewBinder

setDropDownViewResource() public method

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

setViewBinder() public method

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

setViewBinder() public method

public setViewBinder ( global arg0 ) : void
arg0 global
return void

setViewImage() public method

public setViewImage ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setViewImage() public method

public setViewImage ( android arg0, java arg1 ) : void
arg0 android
arg1 java
return void

setViewText() public method

public setViewText ( android arg0, java arg1 ) : void
arg0 android
arg1 java
return void