The members of Android.Widget.SimpleCursorTreeAdapter are listed below.
See Also: Inherited members from Android.Widget.ResourceCursorTreeAdapter
SimpleCursorTreeAdapter(Android.Content.Context, Android.Database.ICursor, int, int, string[], int[], int, int, string[], int[]) | Constructor. | |
SimpleCursorTreeAdapter(Android.Content.Context, Android.Database.ICursor, int, string[], int[], int, string[], int[]) | Constructor. | |
SimpleCursorTreeAdapter(Android.Content.Context, Android.Database.ICursor, int, int, string[], int[], int, string[], int[]) | Constructor. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
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. |
override | BindChildView(Android.Views.View, Android.Content.Context, Android.Database.ICursor, bool)Bind an existing view to the child data pointed to by cursor | |
override | BindGroupView(Android.Views.View, Android.Content.Context, Android.Database.ICursor, bool)Bind an existing view to the group data pointed to by cursor. | |
SetViewImage(ImageView, string)Called by bindView() to set the image for an ImageView. |