# Print output for @column tags ?> WrapperListAdapter - Android SDK | Android Developers

Most visited

Recently visited

WrapperListAdapter

public interface WrapperListAdapter
implements ListAdapter

android.widget.WrapperListAdapter


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

See also:

Summary

Inherited constants

Public methods

abstract ListAdapter getWrappedAdapter()

Returns the adapter wrapped by this list adapter.

Inherited methods

Public methods

getWrappedAdapter

public abstract ListAdapter getWrappedAdapter ()

Returns the adapter wrapped by this list adapter.

Returns
ListAdapter The ListAdapter wrapped by this adapter.