Android.Widget.SimpleCursorAdapter Members

The members of Android.Widget.SimpleCursorAdapter are listed below.

See Also: Inherited members from Android.Widget.ResourceCursorAdapter

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

CursorToStringConverterSimpleCursorAdapter.ICursorToStringConverter. Returns the converter used to convert the filtering Cursor into a String.
StringConversionColumnint. Return the index of the column used to get a String representation of the Cursor.
ViewBinderSimpleCursorAdapter.IViewBinder. Returns the NoType:android/widget/SimpleCursorAdapter$ViewBinder;Href=../../../reference/android/widget/SimpleCursorAdapter.ViewBinder.html used to bind data to views.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
BindView(Android.Views.View, Android.Content.Context, Android.Database.ICursor)
Binds all of the field names passed into the "to" parameter of the constructor with their corresponding cursor columns as specified in the "from" parameter.
ChangeCursorAndColumns(Android.Database.ICursor, string[], int[])
Change the cursor and change the column-to-view mappings at the same time.
SetViewImage(ImageView, string)
Called by bindView() to set the image for an ImageView but only if there is no existing ViewBinder or if the existing ViewBinder cannot handle binding to an ImageView.
SetViewText(TextView, string)
Called by bindView() to set the text for a TextView but only if there is no existing ViewBinder or if the existing ViewBinder cannot handle binding to a TextView.