public interface WrapperListAdapter
implements ListAdapter
| android.widget.WrapperListAdapter |
| |
包含另一个列表适配器的列表适配器。 可以通过调用getWrappedAdapter()来检索包装getWrappedAdapter()适配器。
也可以看看:
Inherited constants |
|---|
android.widget.Adapter
|
Public methods |
|
|---|---|
abstract ListAdapter |
getWrappedAdapter() 返回由此列表适配器包装的适配器。 |
Inherited methods |
|
|---|---|
android.widget.ListAdapter
|
|
android.widget.Adapter
|
|
ListAdapter getWrappedAdapter ()
返回由此列表适配器包装的适配器。
| Returns | |
|---|---|
ListAdapter |
The ListAdapter wrapped by this adapter. |