Most visited

Recently visited

Added in API level 1

WrapperListAdapter

public interface WrapperListAdapter
implements ListAdapter

android.widget.WrapperListAdapter
Known Indirect Subclasses


包含另一个列表适配器的列表适配器。 可以通过调用getWrappedAdapter()来检索包装getWrappedAdapter()适配器。

也可以看看:

Summary

Inherited constants

From interface android.widget.Adapter

Public methods

abstract ListAdapter getWrappedAdapter()

返回由此列表适配器包装的适配器。

Inherited methods

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

Public methods

getWrappedAdapter

Added in API level 1
ListAdapter getWrappedAdapter ()

返回由此列表适配器包装的适配器。

Returns
ListAdapter The ListAdapter wrapped by this adapter.

Hooray!