To create a sideBar:
If the pageLayout node is not visible, expand page | content | dataScope | document | body | form. The start node is under pageLayout Named Children in pageLayout.
The sidebar node is inserted under the start node.
The styledList node is inserted under sideBar.
The new styledItem node is inserted under styledList.
The new link node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
Items are displayed in sequence vertically; the first item in the sequence is numbered 0, the second item is numbered 1, and so on.
Tip: The sideBar links can be databound dynamically. For complete information about data binding and how to use childData to add the links, refer to the ADF UIX Developer's Guide.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Level 3 Navigation -->
<start>
<sideBar>
<contents>
<styledList selectedIndex="1">
<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>
<styledItem>
<contents>
<link text="Meat and Poultry" destination="http://www.oracle.com" />
</contents>
</styledItem>
</contents>
</styledList>
</contents>
</sideBar>
</start>
<!-- REST OF PAGE LAYOUT-->
</pageLayout>
...
About TabBar, GlobalHeader, SideBar,
and SubTabBar
About
GlobalButton
Setting a Style for Items in a SideBar
Inserting Vertical Spacing Between Items in a SideBar
Creating a List Using StyledList and StyledItem
Creating a TabBar
Creating a
GlobalHeader
Creating a
SubTabBar
Working with
Navigation Components
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.