Interface WrapperListAdapter

All Superinterfaces:
Adapter, ListAdapter
All Known Implementing Classes:
HeaderViewListAdapter

public interface WrapperListAdapter extends ListAdapter
List adapter that wraps another list adapter. The wrapped adapter can be retrieved by calling getWrappedAdapter().
See Also:
  • Method Details

    • getWrappedAdapter

      ListAdapter getWrappedAdapter()
      Returns the adapter wrapped by this list adapter.
      Returns:
      The ListAdapter wrapped by this adapter.