Android中文API(117)——WrapperListAdapter

前言html

  本章内容是android.widget.WrapperListAdapter,版本为Android 3.0 r1,翻译来自"cnmahj",欢迎你们访问他的博客:http://android.toolib.net/blog/,再次感谢"cnmahj"!欢迎你一块儿参与Android的中文翻译,联系我over140@gmail.com。
 android

 

声明app

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

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

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

 

正文.net

  1、结构翻译

 

public interface WrapperListAdapter implements ListAdaptercode

        

android.widget. WrapperListAdapterhtm

 

    间接子类blog

                   HeaderViewListAdapter

 

 

  2、概述

 

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

    参见

    ListView

 

 

  3、公共方法
 

 

  public abstract ListAdapter getWrappedAdapter ()

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

                   返回值

                            封装在该适配器中的 ListAdapter

相关文章
相关标签/搜索