Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
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 ()

Added in API level 1

Returns the adapter wrapped by this list adapter.

Returns