public interface

WrapperListAdapter

implements ListAdapter
android.widget.WrapperListAdapter
Known Indirect Subclasses

Class Overview

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

See Also

Summary

[Expand]
Inherited Constants
From interface android.widget.Adapter
Public Methods
abstract ListAdapter getWrappedAdapter()
Returns the adapter wrapped by this list adapter.
[Expand]
Inherited Methods
From interface android.widget.Adapter
From interface android.widget.ListAdapter

Public Methods

public abstract ListAdapter getWrappedAdapter ()

Since: API Level 1

Returns the adapter wrapped by this list adapter.

Returns