<subTabLayout>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:base>要素 |
グループ: |
UIX Components |
要素の型: |
UINode |
<subTabLayout>要素には、最上部に1回、最下部に1回レンダリングされる名前の付けられた子と、その間にレンダリングされる索引付けされた子が必要です。
構文 |
 |
<subTabLayout >
</subTabLayout>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<subTabLayout>要素にはsubTabsという名前の付けられた子が必要です。この子は最上部に1回、最下部に1回レンダリングされ、その間にレンダリングされる索引付けされた子が必要です。subTabsという名前の付けられた子にはorientation属性があり、defaultに設定します。
例 |
 |
<subTabLayout>
<subTabs>
<subTabBar 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>
</subTabBar>
</subTabs>
<contents>
<header text="This is the First Indexed Child"/>
<header text="This is the Second Indexed Child"/>
</contents>
</subTabLayout>
子要素 |
 |
|
説明 |
必須 |
組込み可能な数 |
<contents> |
Beanの索引付けされた子。
|
いいえ |
1 |
<subTabs> |
Beanのレンダリングごとに2回(索引付けされた子の前で1回、後で1回)レンダリングされます。ほとんどの場合<subTabBar> UIX Componentsで、orientation 属性はdefault です。この子は、エージェントのタイプがPDAの場合にはサポートされません。 |
いいえ |
1 |
|