FileDocCategorySizeDatePackage
HeaderViewListAdapter.javaAPI DocAndroid 5.1 API1977Sat Mar 14 14:09:42 GMT 2015android.widget

HeaderViewListAdapter

public class HeaderViewListAdapter extends Object implements android.widget.Filterable, android.widget.WrapperListAdapter

Fields Summary
Constructors Summary
public HeaderViewListAdapter(ArrayList headerViewInfos, ArrayList footerViewInfos, android.widget.ListAdapter adapter)

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public intgetItemViewType(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 intgetViewTypeCount()

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

 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 voidregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!"); 
public booleanremoveFooter(android.view.View v)

 throw new RuntimeException("Stub!"); 
public booleanremoveHeader(android.view.View v)

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

 throw new RuntimeException("Stub!");