About Look and Feel Configuration Files

A custom look and feel extends a parent look and feel (e.g., Simple Look and Feel). In ADF UIX, a look and feel configuration file is an XML document (.xml) that defines the properties of a custom look and feel, including the custom style sheet, custom icons, and custom Renderers.

The main elements that you would use when creating a look and feel configuration file are:

Note: If used, <renderers> and <icons> must be specified in this order in the look and feel configuration file.

You must include the following information in a look and feel configuration file:

If you're including a custom style sheet for the custom look and feel, then use the style-sheet-name attribute on <look-and-feel> to specify the name of the .xss style sheet document that defines the customs styles.

For more details about the above elements and other elements used in look and feel configuration documents, see " UIX Look and Feel" of the UIX Element Reference.


About Packaging a Custom Look and Feel
About UIX Style Sheets

Creating a Look and Feel Configuration File
Creating Custom Look and Feels
Working with ADF UIX Pages
Working with Web Application Design Tools

 

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