Inserting Indexed Children in a SubTabLayout

To insert indexed children in a subTabLayout:

Note: Indexed children are arranged consecutively in between subtabs in a subTabLayout.

Example (UIX XML)


...
<pageLayout>
  
  <!-- Insert indexed child components -->
  
  <contents>
    <subTabLayout>
      <subTabs> 
        <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> 
      </subTabs> 
      <contents>
        <!-- Insert indexed children here -->
      </contents>
    </subTabLayout>
  </contents>
  
  <!-- REST OF PAGE LAYOUT -->
  
</pageLayout>
...    

About SubTabLayout and its Named Children

Inserting Indexed Children in a SubTabLayout
Enabling Partial Page Rendering for a SubTabLayout
Working with Layout Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.