Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發實例 >> Android2.2 r1 API 中文文檔系列(10) —— CheckBox

Android2.2 r1 API 中文文檔系列(10) —— CheckBox

編輯:Android開發實例

正文

  一、類結構

    public class CheckBox extends CompoundButton

 

 

    java.lang.Object

       ↳        android.view.View

             ↳        android.widget.TextView

                    ↳        android.widget.Button

                           ↳        android.widget.CompoundButton

                                  ↳        android.widget.CheckBox

 

 

  二、 概述
 

    

    復選框是一種有雙狀態按鈕的特殊類型,可以選中或者不選中。如下是一個在activity中使用復選框的例子:

    


 

  三、下載

    PDF下載:CheckBox.pdf 

轉自:http://www.cnblogs.com/over140/archive/2010/10/05/1844464.html

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