Description

YUI4JSF ChooseColor is used for making inline color selection

Screen Shot

API

component-family net.sf.yui4jsf
renderer-type net.sf.yui4jsf.component.ChooseColorRenderer
component-class net.sf.yui4jsf.component.chooseColor.ChooseColor
renderer-class net.sf.yui4jsf.component.chooseColor.ChooseColorRenderer
tag-class net.sf.yui4jsf.component.chooseColor.ChooseColorTag

Usage

<!-- Note that color attribute is of type java.awt.Color -->			
<yui:chooseColor value="#{chooseColorBean.color}">
		<f:converter converterId="net.sf.yui4jsf.converter.ColorConverter"/>
</yui:chooseColor>
            

Attributes

<yui:chooseColor>

Standard Attributes - id, rendered, binding, converter, validator, immediate, required.
displayValueOnly - Determines whether to display the color as a read only value or not.

Instructions

see chooseColor.jsp for an example

Upcoming Features

N/A

Additional Information

NONE