Android.Widget.SimpleCursorTreeAdapter: Method Members

The methods of Android.Widget.SimpleCursorTreeAdapter are listed below. For a list of all members, see the SimpleCursorTreeAdapter Members list.

See Also: Inherited members from Android.Widget.ResourceCursorTreeAdapter

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.