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

HeaderViewListAdapter.java

package android.widget;
public class HeaderViewListAdapter
  implements android.widget.WrapperListAdapter, android.widget.Filterable
{
public  HeaderViewListAdapter(java.util.ArrayList<android.widget.ListView.FixedViewInfo> headerViewInfos, java.util.ArrayList<android.widget.ListView.FixedViewInfo> footerViewInfos, android.widget.ListAdapter adapter) { throw new RuntimeException("Stub!"); }
public  int getHeadersCount() { throw new RuntimeException("Stub!"); }
public  int getFootersCount() { throw new RuntimeException("Stub!"); }
public  boolean isEmpty() { throw new RuntimeException("Stub!"); }
public  boolean removeHeader(android.view.View v) { throw new RuntimeException("Stub!"); }
public  boolean removeFooter(android.view.View v) { throw new RuntimeException("Stub!"); }
public  int getCount() { throw new RuntimeException("Stub!"); }
public  boolean areAllItemsEnabled() { throw new RuntimeException("Stub!"); }
public  boolean isEnabled(int position) { 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  boolean hasStableIds() { throw new RuntimeException("Stub!"); }
public  android.view.View getView(int position, android.view.View convertView, android.view.ViewGroup parent) { throw new RuntimeException("Stub!"); }
public  int getItemViewType(int position) { throw new RuntimeException("Stub!"); }
public  int getViewTypeCount() { throw new RuntimeException("Stub!"); }
public  void registerDataSetObserver(android.database.DataSetObserver observer) { throw new RuntimeException("Stub!"); }
public  void unregisterDataSetObserver(android.database.DataSetObserver observer) { throw new RuntimeException("Stub!"); }
public  android.widget.Filter getFilter() { throw new RuntimeException("Stub!"); }
public  android.widget.ListAdapter getWrappedAdapter() { throw new RuntimeException("Stub!"); }
}