C# Class android.widget.SimpleCursorAdapter

Inheritance: android.widget.ResourceCursorAdapter
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
SimpleCursorAdapter ( android arg0, int arg1, android arg2, java arg3, int arg4 )
bindView ( android arg0, android arg1, android arg2 ) : void
changeCursor ( android arg0 ) : void
changeCursorAndColumns ( android arg0, java arg1, int arg2 ) : void
convertToString ( android arg0 ) : global::java.lang.CharSequence
getCursorToStringConverter ( ) : global::android.widget.SimpleCursorAdapter.CursorToStringConverter
getStringConversionColumn ( ) : int
getViewBinder ( ) : global::android.widget.SimpleCursorAdapter.ViewBinder
setCursorToStringConverter ( android arg0 ) : void
setCursorToStringConverter ( global arg0 ) : void
setStringConversionColumn ( int arg0 ) : void
setViewBinder ( android arg0 ) : void
setViewBinder ( global arg0 ) : void
setViewImage ( android arg0, java arg1 ) : void
setViewText ( android arg0, java arg1 ) : void

Protected Methods

Method Description
SimpleCursorAdapter ( global @__env )

Private Methods

Method Description
SimpleCursorAdapter ( )

Method Details

SimpleCursorAdapter() public method

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

SimpleCursorAdapter() protected method

protected SimpleCursorAdapter ( global @__env )
@__env global

bindView() public method

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

changeCursor() public method

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

changeCursorAndColumns() public method

public changeCursorAndColumns ( android arg0, java arg1, int arg2 ) : void
arg0 android
arg1 java
arg2 int
return void

convertToString() public method

public convertToString ( android arg0 ) : global::java.lang.CharSequence
arg0 android
return global::java.lang.CharSequence

getCursorToStringConverter() public method

public getCursorToStringConverter ( ) : global::android.widget.SimpleCursorAdapter.CursorToStringConverter
return global::android.widget.SimpleCursorAdapter.CursorToStringConverter

getStringConversionColumn() public method

public getStringConversionColumn ( ) : int
return int

getViewBinder() public method

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

setCursorToStringConverter() public method

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

setCursorToStringConverter() public method

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

setStringConversionColumn() public method

public setStringConversionColumn ( 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, 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