Android 3.1 r1 中文API文檔 (121) —— ResourceCursorTreeAdapter

來源:互聯網
上載者:User

 

前言

  本章內容是android.widget.ResourceCursorTreeAdapter,版本為Android 3.1 r1,為Android 3.0 r1新增API,翻譯來自"xiaoQLu",歡迎訪問它的部落格:"http://www.cnblogs.com/xiaoQLu",再次感謝"xiaoQLu" !期待你一起參與Android API的翻譯,聯絡我over140@gmail.com。

 

聲明

  歡迎轉載,但請保留文章原始出處:)

    部落格園:http://www.cnblogs.com/

    Android中文翻譯組:http://goo.gl/6vJQl

 

結構

繼承關係

public abstract classt ResourceCursorTreeAdapter extends CursorTreeAdapter

 

         java.lang.Object

android.widget.BaseExpandableListAdapter

         android.widget.CursorTreeAdapter

                  android.widget.ResourceCursorTreeAdapter

 

直接子類

         SimpleCursorTreeAdapter

 

類概述

一個簡單的可擴充的ExpandableListAdapter,通過在XML檔案來建立views。你可以指定一個定義了views外觀的XML檔案。

 

建構函式

public ResourceCursorTreeAdapter (Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout)

建構函式。

參數

context    和正在啟動並執行SimpleListItemFactory關聯的ListView的上下文

                 cursor       資料庫遊標

                 collapsedGroupLayout     定義了收縮組的視圖布局檔案的資源標識

expandedGroupLayout    定義了展開組的視圖布局檔案的資源標識

childLayout                定義了除了最後一個的所有子視圖的布局檔案的資源標識

lastChildLayout        定義了一組中最後一個子視圖的布局檔案的資源標識

 

public ResourceCursorTreeAdapter (Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout)

建構函式。    

參數

context    和正在啟動並執行SimpleListItemFactory關聯的ListView的上下文

                 cursor       資料庫遊標

                 collapsedGroupLayout     定義了收縮組的視圖布局檔案的資源標識

expandedGroupLayout    定義了展開組的視圖布局檔案的資源標識

childLayout                定義了除了最後一個的所有子視圖的布局檔案的資源標識

 

public ResourceCursorTreeAdapter (Context context, Cursor cursor, int groupLayout, int childLayout)    

建構函式。    

參數

context    和正在啟動並執行SimpleListItemFactory關聯的ListView的上下文

                 cursor       資料庫遊標

                 groupLayout    為所有組定義了視圖布局檔案的資源標識

expandedGroupLayout             定義了展開組的視圖布局檔案的資源標識

childLayout   定義了除了最後一個的所有子視圖的布局檔案的資源標識

 

公用方法

         protected abstract View newChildView (Context context, Cursor cursor, boolean     isLastChild, ViewGroup parent)

         建立一個新的子項目視圖並持有指向資料的遊標cursor。

                   參數

                            context          應用程式內容物件

                            cursor            擷取資料的遊標對象,它已經移動到正確的位置

                            IsLastChild  子項目是否處於組中的最後一個

                            parent     新視圖(View)所依附於的父物件。

                   傳回值

                            新建立的視圖

 

         protected abstract View newGroupView (Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)

         建立一個新的組視圖並持有組中指向資料的遊標cursor。

                   參數

                            context          應用程式內容物件

                            cursor            擷取資料的遊標對象,它已經移動到正確的位置

                            isExpanded   該組是否展開狀態

                            parent      新視圖(View)所依附於的父物件。

                   傳回值

                                新建立的視圖

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.