android中文api (59) —— TabHost.TabSpec

來源:互聯網
上載者:User

 

前言

  本章內容是 android.widget.TabHost.TabSpec,版本為Android 2.3 r1,翻譯來自"madgoat",歡迎大家訪問他的部落格:http://madgoat.cn/,再次感謝"madgoat" !期待你加入Android中文翻譯組,聯絡我over140@gmail.com。

 

聲明

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

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

    Android中文翻譯組:http://code.taobao.org/project/view/404/

 

本文

  一、結構

public class TabHost.TabSpec extends Object

        

java.lang.Object

android.widget.TabHost.TabSpec

 

  二、概述

  每個選項卡都有一個選項卡指示符,內容和tag標籤用於跟蹤。這種產生器可以協助從這些選項中做出選擇。針對選項卡的指示符,你可以選擇:

      1)設定一個標題

      2)設定一個標題和表徵圖

  針對選項卡的內容,你可以選擇:

  1)視圖的ID

  2)TabHost.TabContentFactory建立的視圖內容

  3)載入Activity的Intent對象

 

  三、公用方法

  public String getTag ()

  (譯者註:擷取tag標籤字串)

 

  public TabHost.TabSpec setContent (int viewId)

  為選項卡的內容指定視圖的ID

  (譯註:即設定選項卡內容的視圖)

 

  public TabHost.TabSpec setContent (Intent intent)

  指定一個載入activity的Intent對象作為選項卡內容

 

  public TabHost.TabSpec setContent (TabHost.TabContentFactory contentFactory)

  指定一個TabHost.TabContentFactory用於建立選項卡的內容

 

  public TabHost.TabSpec setIndicator (CharSequence label)

  指定一個標籤作為選項卡指示符

 

  public TabHost.TabSpec setIndicator (View view)

  指定一個視圖作為選項卡指示符

 

  public TabHost.TabSpec setIndicator (CharSequence label, Drawable icon)

  為選項卡指示符指定一個標籤和表徵圖

 

  四、補充

    文章連結

      TabHost中的TabSpec的標題能不能縮小啊?

      android的TabActivity

 

  五、相關章節

    android 2.3 r1 中文 api (58) —— TabHost

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.