Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發實例 >> Android中文API(117)——WrapperListAdapter

Android中文API(117)——WrapperListAdapter

編輯:Android開發實例

前言

  本章內容是android.widget.WrapperListAdapter,版本為Android 3.0 r1,翻譯來自"cnmahj"。
 

  

正文

  一、結構

 

public interface WrapperListAdapter implements ListAdapter

        

android.widget. WrapperListAdapter

 

    間接子類

                   HeaderViewListAdapter

 

 

  二、概述

 

  封裝了另一個列表適配器的列表適配器。調用 getWrappedAdapter() 可以取得封裝在其中的適配器。

    參見

    ListView

 

 

  三、公共方法
 

 

  public abstract ListAdapter getWrappedAdapter ()

  返回封裝在列表適配器中的適配器。

                   返回值

                            封裝在該適配器中的 ListAdapter

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved