Specifying the Preferred Look and Feel

To specify the preferred look and feel for an application:

Note: The preferred look and feel name is the family name specified in the custom look and feel configuration file.

For more details about the elements used in UIX configuration, see " UIX Configuration" of the UIX Element Reference. For more information about configuration, refer to the ADF UIX Developer's Guide .

Example


Example in XML:

<?xml version="1.0" encoding="ISO-8859-1"?>

<configurations xmlns="http://xmlns.oracle.com/uix/config">

  <application-configuration></application-configuration>

  <default-configuration>

    <look-and-feel>mycompany</look-and-feel>

    <!--
    <look-and-feel>oracle</look-and-feel>
    -->

    <!--
    <look-and-feel>minimal</look-and-feel>
    -->

  </default-configuration>

  <configuration></configuration>
  
</configurations>    

About Look and Feel Customization

Creating Custom Look and Feels
Working with ADF UIX Pages
Working with Web Application Design Tools

 

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