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. |