HeaderViewListAdapter


public class HeaderViewListAdapter
extends Object implements Filterable, WrapperListAdapter

java.lang.Object
   ↳ android.widget.HeaderViewListAdapter


ListAdapter used when a ListView has header views. This ListAdapter wraps another one and also keeps track of the header views and their associated data objects.

This is intended as a base class; you will probably not need to use this class directly in your own code.

Summary

Inherited constants

Public constructors