インラインの色または日付ピッカーを作成する手順は、次のとおりです。
af:chooseColor
」タグ・リファレンスを参照)
af:chooseColor
とaf:selectInputColor
を使用している場合は設定が必要です。後者のchooseId
属性はこのID値に設定されます。
#{adfFacesContext.colorPalette.default49}
です。使用可能なその他のパレットは、#{adfFacesContext.colorPalette.opaque49}
、#{adfFacesContext.colorPalette.default80}
および#{adfFacesContext.colorPalette.web216}
です。
List
オブジェクトまたはArray
オブジェクトにバインドできます。このオブジェクトは、表示する各色ごとに1つのjava.awt.Color
インスタンスを格納します。
af:chooseDate
」タグ・リファレンスを参照)
af:chooseDate
とaf:selectInputDate
を使用している場合は設定が必要です。後者のchooseId
属性はこのID値に設定されます。
chooseColorおよびchooseDateについて
inputおよびselectInputフィールドの作成
Copyright © 1997, 2006, Oracle. All rights reserved.