File
Doc
Category
Size
Date
Package
SimpleAdapter.java
API Doc
Android 5.1 API
1786
Sat Mar 14 14:09:44 GMT 2015
android.widget
SimpleAdapter
java.lang.Object
android.widget.BaseAdapter
public class SimpleAdapter extends android.widget.BaseAdapter implements android.widget.Filterable
Fields Summary
Constructors Summary
public SimpleAdapter
(
android.content.Context
context,
List
data,
int
resource,
String
[] from,
int
[] to)
throw new RuntimeException("Stub!");
Methods Summary
public
int
getCount
()
throw new RuntimeException("Stub!");
public
android.view.View
getDropDownView
(
int
position,
android.view.View
convertView,
android.view.ViewGroup
parent)
throw new RuntimeException("Stub!");
public
android.widget.Filter
getFilter
()
throw new RuntimeException("Stub!");
public
java.lang.Object
getItem
(
int
position)
throw new RuntimeException("Stub!");
public
long
getItemId
(
int
position)
throw new RuntimeException("Stub!");
public
android.view.View
getView
(
int
position,
android.view.View
convertView,
android.view.ViewGroup
parent)
throw new RuntimeException("Stub!");
public
android.widget.SimpleAdapter$ViewBinder
getViewBinder
()
throw new RuntimeException("Stub!");
public void
setDropDownViewResource
(
int
resource)
throw new RuntimeException("Stub!");
public void
setViewBinder
(
android.widget.SimpleAdapter$ViewBinder
viewBinder)
throw new RuntimeException("Stub!");
public void
setViewImage
(
android.widget.ImageView
v,
int
value)
throw new RuntimeException("Stub!");
public void
setViewImage
(
android.widget.ImageView
v,
java.lang.String
value)
throw new RuntimeException("Stub!");
public void
setViewText
(
android.widget.TextView
v,
java.lang.String
text)
throw new RuntimeException("Stub!");
Java Code Source