Note: Subtabs that are rendered at the top and bottom (with indexed children in between) are created by using the subTabLayout and subTabs components. See Inserting a SubTabBar Using SubTabLayout for instructions.
This topic describes the procedure for creating a subTabBar with subtabs that are rendered once only (at the top). The subtabs are created using a series of link components as indexed children of the subTabBar component.
To create subtabs in a subTabBar:
The new link node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
Subtabs are placed in the main content area of a page. The subtabs are displayed in sequence horizontally; the first subtab in the sequence is numbered 0, the second subtab is numbered 1, and so on.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<contents>
<!-- Level 4 Navigation -->
<subTabBar selectedIndex="1">
<contents>
<link text="ADF UIX Components" destination="http://www.oracle.com" />
<link text="Documentation" 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>
</contents>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
About TabBar, GlobalHeader, SideBar,
and SubTabBar
About
GlobalButton
Creating a TabBar
Creating a GlobalHeader
Creating a
SideBar
Working with
Navigation Components
Copyright © 1997, 2004, Oracle. All rights reserved.