FileDocCategorySizeDatePackage
BaseAdapter.javaAPI DocAndroid 5.1 API1210Sat Mar 14 14:09:40 GMT 2015android.widget

BaseAdapter

public abstract class BaseAdapter extends Object implements android.widget.SpinnerAdapter, android.widget.ListAdapter

Fields Summary
Constructors Summary
public BaseAdapter()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanareAllItemsEnabled()

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

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

 throw new RuntimeException("Stub!"); 
public intgetViewTypeCount()

 throw new RuntimeException("Stub!"); 
public booleanhasStableIds()

 throw new RuntimeException("Stub!"); 
public booleanisEmpty()

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

 throw new RuntimeException("Stub!"); 
public voidnotifyDataSetChanged()

 throw new RuntimeException("Stub!"); 
public voidnotifyDataSetInvalidated()

 throw new RuntimeException("Stub!"); 
public voidregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!"); 
public voidunregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!");