Android.Widget.SimpleCursorTreeAdapter Members

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

See Also: Inherited members from Android.Widget.ResourceCursorTreeAdapter

Public Constructors

Protected Constructors

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

Public Properties

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

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.

Protected Methods

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.