C# Class android.widget.SimpleCursorAdapter

Inheritance: android.widget.ResourceCursorAdapter
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

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

Méthodes protégées

Méthode Description
SimpleCursorAdapter ( global @__env )

Private Methods

Méthode Description
SimpleCursorAdapter ( )

Method Details

SimpleCursorAdapter() public méthode

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

SimpleCursorAdapter() protected méthode

protected SimpleCursorAdapter ( global @__env )
@__env global

bindView() public méthode

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

changeCursor() public méthode

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

changeCursorAndColumns() public méthode

public changeCursorAndColumns ( android arg0, java arg1, int arg2 ) : void
arg0 android
arg1 java
arg2 int
Résultat void

convertToString() public méthode

public convertToString ( android arg0 ) : global::java.lang.CharSequence
arg0 android
Résultat global::java.lang.CharSequence

getCursorToStringConverter() public méthode

public getCursorToStringConverter ( ) : global::android.widget.SimpleCursorAdapter.CursorToStringConverter
Résultat global::android.widget.SimpleCursorAdapter.CursorToStringConverter

getStringConversionColumn() public méthode

public getStringConversionColumn ( ) : int
Résultat int

getViewBinder() public méthode

public getViewBinder ( ) : global::android.widget.SimpleCursorAdapter.ViewBinder
Résultat global::android.widget.SimpleCursorAdapter.ViewBinder

setCursorToStringConverter() public méthode

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

setCursorToStringConverter() public méthode

public setCursorToStringConverter ( global arg0 ) : void
arg0 global
Résultat void

setStringConversionColumn() public méthode

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

setViewBinder() public méthode

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

setViewBinder() public méthode

public setViewBinder ( global arg0 ) : void
arg0 global
Résultat void

setViewImage() public méthode

public setViewImage ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Résultat void

setViewText() public méthode

public setViewText ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Résultat void