Most visited

Recently visited

Added in API level 1

WrapperListAdapter

public interface WrapperListAdapter
implements ListAdapter

android.widget.WrapperListAdapter
Known Indirect Subclasses


List adapter that wraps another list adapter. The wrapped adapter can be retrieved by calling getWrappedAdapter().

See also:

Summary

Inherited constants

From interface android.widget.Adapter

Public methods

abstract ListAdapter getWrappedAdapter()

Returns the adapter wrapped by this list adapter.

Inherited methods

From interface android.widget.ListAdapter
From interface android.widget.Adapter

Public methods

getWrappedAdapter

Added in API level 1
ListAdapter getWrappedAdapter ()

Returns the adapter wrapped by this list adapter.

Returns
ListAdapter The ListAdapter wrapped by this adapter.

Hooray!