Creating a UIX XML Page with PageLayout

You can create a single UIX XML page with the basic UIX XML page framework included for data providers, page layout, and event handlers. After creating this file, you can add UIX components to build your user interface.

To create a UIX XML page with pageLayout:

  1. In the Application Navigator, select the project in which you want to create the new UIX XML page.
  2. Choose File | New to open the New Gallery.
  3. In the Categories tree, expand Web Tier and select ADF UIX.

    If Web Tier is not visible in the Categories tree, select All Technologies in the Filter by dropdown list.

  4. In the Items list, double-click UIX XML Page with pageLayout to open the Create dialog.
  5. Leave the Directory Name field unchanged to save your work in the directory where JDeveloper expects to find web application files.
  6. In the File Name field, enter the name of the file you want to generate.

    The file extension of UIX XML files is .uix.

  7. Click OK.

Your project now contains a basic UIX XML file with empty named children boxes. You can customize the file by adding UIX user interface components using the UIX Visual Editor or the schema-driven XML Editor. For example in the UIX Visual Editor, you can drag and drop components from the Component Palette, or right-click on a component or empty named child box for a choice of components to insert.


About UIX XML Page Structure

Editing a UIX XML or UIT File Using Code Insight
Creating a Struts-based Web Application with Oracle ADF
Creating UIX XML Pages
Working with Web Application Design Tools

 

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