About UIX Look and Feels

ADF UIX supports the following look and feel implementations, which are provided for you to use "as is" in your applications, without customization:

Note: We recommend that you do not extend BLAF or MLAF because the UI designs of these look and feels may change based on Oracle's own corporate UI requirements.

UIX also provides the following parent look and feel implementations, which you can use to provide custom look and feels:

While the Base Look And Feel attempts to keep the number of images used to a minimum, the Simple Look And Feel exposes a richer set of customizable icons for creating more highly customized versions of components such as the tabBar, globalHeader, and contentContainer.

We recommend that you do not use SLAF or Base Look and Feel directly, but create your custom look and feels by extending either SLAF or Base Look and Feel. See About Look and Feel Customization for more information about providing custom look and feels for your applications.

Use the look-and-feel configuration property in the UIX configuration file (uix-config.xml) to specify the preferred look and feel for an application. For example:

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

or

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

or a custom look and feel,

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


About UIX Style Sheets

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

 

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