All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.HeaderViewListAdapter Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.widget;
public class HeaderViewListAdapter
  implements android.widget.WrapperListAdapter, android.widget.Filterable
{
public  HeaderViewListAdapter(java.util.ArrayList headerViewInfos, java.util.ArrayList 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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy