The members of Android.Widget.SimpleAdapter are listed below.
See Also: Inherited members from Android.Widget.BaseAdapter
Documentation for this section has not yet been entered. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | Count | int. |
[read-only] | Filter | Filter. |
ViewBinder | SimpleAdapter.IViewBinder. Returns the NoType:android/widget/SimpleAdapter$ViewBinder;Href=../../../reference/android/widget/SimpleAdapter.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 | GetItem(int) | |
override | GetItemId(int) | |
override | GetView(int, Android.Views.View, Android.Views.ViewGroup) | |
SetDropDownViewResource(int) | ||
SetViewImage(ImageView, int)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. | ||
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. |