FileDocCategorySizeDatePackage
SimpleAdapter.javaAPI DocAndroid 5.1 API1786Sat Mar 14 14:09:44 GMT 2015android.widget

SimpleAdapter

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 intgetCount()

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetDropDownView(int position, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public android.widget.FiltergetFilter()

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetItem(int position)

 throw new RuntimeException("Stub!"); 
public longgetItemId(int position)

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetView(int position, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public android.widget.SimpleAdapter$ViewBindergetViewBinder()

 throw new RuntimeException("Stub!"); 
public voidsetDropDownViewResource(int resource)

 throw new RuntimeException("Stub!"); 
public voidsetViewBinder(android.widget.SimpleAdapter$ViewBinder viewBinder)

 throw new RuntimeException("Stub!"); 
public voidsetViewImage(android.widget.ImageView v, int value)

 throw new RuntimeException("Stub!"); 
public voidsetViewImage(android.widget.ImageView v, java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidsetViewText(android.widget.TextView v, java.lang.String text)

 throw new RuntimeException("Stub!");