API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.SimpleAdapter

Added interface android.widget.Filterable.

Changed Constructors
SimpleAdapter(Context, List<Map<String, ?>>, int, String[], int[]) Change in type from (Context, List, int, String[], int[]) to (Context, List<Map<String, ?>>, int, String[], int[]).
Constructor
 

Added Methods
Filter getFilter()  
ViewBinder getViewBinder() Returns the ViewBinder used to bind data to views.
void setViewBinder(ViewBinder) Sets the binder used to bind data to views.
void 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.
void 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.
void 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 an TextView.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff