<sideNav>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:linkContainer>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<sideNav
[ selectedIndex="int" ]
[ width="string" ] > <filter></filter> </sideNav>
説明 |
![]() |
SideNavBeanは推奨されていません。 かわりにSideBarBeanを使用してください。 <sideNav>要素(「レベル3タブ」とも呼ぶ)には通常、一連のリンクが含まれ、そのそれぞれがリンク・ノードで定義されています。 その他のタイプのノードも含むことができます。 (リンクの追加および削除に使用するメソッドについては、スーパークラスを参照してください。)
例 |
![]() |
次の基本的な例では、3つのリンクを持つSideNavBarを作成します。 2番目のリンクが選択されています。
<sideNav selectedIndex="1">
<contents>
<link text="dest1" destination="http://dest1.example.org" />
<link text="dest2" destination="http://dest2.example.org" />
<link text="dest2" destination="http://dest3.example.org" />
</contents>
</sideNav>
次の例は、異なるタイプの子項目を持つSideNavBarを示しています。 テキストが選択されています。
<sideNav selectedIndex="2">
<contents>
<button text="Push Me" />
<image source="images/logo.gif" />
Some Plain Text
</contents>
</sideNav>
子要素 |
![]() |
|