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. |