<tabBar>要素
ネームスペース: http://xmlns.oracle.com/uix/ui
派生元: <ui:linkContainer>要素
グループ: UIX Components
要素の型: UINode

TabBarコントロールは、それぞれがリンク・ノードにより定義される一連のタブ付き項目を作成します。

構文
<tabBar
    [ selectedIndex="int" ]
>
</tabBar>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    TabBarコントロールは、それぞれがリンク・ノードにより定義される一連のタブ付き項目を作成します。(リンクの追加および削除に使用するメソッドについては、スーパークラスを参照してください。)


    
                

    The following two examples of the tabBar render indentically.

    <tabBar> <contents> <link text="UIX Components" destination="http://www.oracle.com" /> <link text="UIX Servlet" destination="http://www.oracle.com" selected="true"/> <link text="Architecture" destination="http://www.oracle.com"/> <link text="Release" destination="http://www.oracle.com" disabled="true"/> </contents> </tabBar> <tabBar selectedIndex="1"> <contents> <link text="UIX Components" destination="http://www.oracle.com" /> <link text="UIX Servlet" destination="http://www.oracle.com"/> <link text="Architecture" destination="http://www.oracle.com"/> <link text="Release" destination="http://www.oracle.com" disabled="true"/> </contents> </tabBar>

    属性

    説明
    selectedIndex 選択されているタブの索引。
    int
    This document was generated on Wed Jul 07 19:21:56 PDT 2004

    Copyright © 2001, 2004, Oracle.All rights reserved.