アプリケーションの優先ルック・アンド・フィールを指定するには、次のようにします。
uix-config.xml
)内で、<default-configuration>
セクションの<look-and-feel>
構成要素を使用して優先ルック・アンド・フィールを指定します。
注意: 優先ルック・アンド・フィールの名前は、カスタム・ルック・アンド・フィール構成ファイルで指定したファミリ名です。
UIX構成で使用する要素の詳細は、UIX要素リファレンスの「UIX構成」を参照してください。構成の詳細は、「ADF UIX開発者ガイド」を参照してください。
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>
カスタム・ルック・アンド・フィールの作成
ADF UIXページの操作
Webアプリケーション設計ツールの使用
Copyright © 1997, 2004, Oracle. All rights reserved.