The members of Android.Widget.SimpleCursorAdapter are listed below.
See Also: Inherited members from Android.Widget.ResourceCursorAdapter
Constructor the enables auto-requery. | ||
Standard constructor. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
CursorToStringConverter | SimpleCursorAdapter.ICursorToStringConverter. Returns the converter used to convert the filtering Cursor into a String. | |
StringConversionColumn | int. Return the index of the column used to get a String representation of the Cursor. | |
ViewBinder | SimpleCursorAdapter.IViewBinder. Returns the NoType:android/widget/SimpleCursorAdapter$ViewBinder;Href=../../../reference/android/widget/SimpleCursorAdapter.ViewBinder.html used to bind data to views. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |