名前付きの子filterを使用して、sideBarの索引付けされた子の上にコンポーネントを挿入するには、次のようにします。
「filter」ノードは、展開した「sideBar-名前付きの子」ノードの下にあります。
名前付きの子filterは、その子コンポーネントをsideBarコンポーネントの索引付けされた子の上にレンダリングします。
...
<pageLayout>
<!-- using sideBar named child filter -->
<start>
<sideBar>
<filter>
<!-- put filter child component here -->
</filter>
<contents>
<styledList>
<separator>
<spacer height="10"/>
</separator>
<contents>
<styledItem>
<contents>
<link text="Beverages" destination="http://www.oracle.com" />
</contents>
</styledItem>
<styledItem>
<contents>
<link text="Canned Goods" destination="http://www.oracle.com" />
</contents>
</styledItem>
</contents>
</styledList>
</contents>
</sideBar>
</start>
<!-- REST OF PAGE LAYOUT-->
</pageLayout>
...
tabBar、globalHeader、sideBar、subTabBarについて
globalButtonについて
sideBarの項目スタイルの設定
sideBarでの項目間への垂直スペースの挿入
tabBarの作成
globalHeaderの作成
sideBarの作成
subTabBarの作成
ナビゲーション・コンポーネントの使用
レイアウト・コンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.