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

<tabBar>要素は、それぞれがリンク・ノードにより定義される一連のタブ付き項目を作成します。 このBeanは、エージェントのタイプがPDAの場合にはサポートされません。

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

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

  • 説明

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


    
                

    次の2つの例では、まったく同じsubTabBarがレンダリングされます。

    <tabBar> <contents> <link text="UIX Components" destination="http://www.oracle.com" /> <link text="UIX Controller" 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 Controller" 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