Android中文API(117)――WrapperListAdapter

前言

  本章内容是android.widget.WrapperListAdapter,版本为Android 3.0 r1,翻译来自"cnmahj",欢迎大家访问他的博客:http://android.toolib.net/blog/,再次感谢"cnmahj"!欢迎你一起参与Android的中文翻译,联系我[email protected]
 

 

声明

  欢迎转载,但请保留文章原始出处:)
 

    农民伯伯:http://over140.blog.51cto.com/

    Android中文翻译组: http://goo.gl/6vJQl
 

 

正文

  一、结构

 

public interface WrapperListAdapter implements ListAdapter

        

android.widget. WrapperListAdapter

 

    间接子类

                   HeaderViewListAdapter

 

 

  二、概述

 

  封装了另一个列表适配器的列表适配器。调用 getWrappedAdapter() 可以取得封装在其中的适配器。

    参见

    ListView

 

 

  三、公共方法
 

 

  public abstract ListAdapter getWrappedAdapter ()

  返回封装在列表适配器中的适配器。

                   返回值

                            封装在该适配器中的 ListAdapter

你可能感兴趣的:(android,移动开发,perl)