| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.richfaces.taglib.ColorPickerTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The attribute takes a value-binding expression for a component property of a backing bean |
| colorMode | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Defines a color mode for the component input. Possible values are hex, rgb. |
| converter | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
| Id of Converter to be used or reference to a Converter |
| converterMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter |
| flat | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines whether the component will be rendered flat. |
| id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
| immediate | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase |
| inputSize | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| inputSize is used to set the size of the edit box |
| onbeforeshow | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called before the component widget is opened |
| onchange | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the element value is changed |
| onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the element is clicked |
| ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the element is double-clicked |
| onhide | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called before the component widget is hidden |
| onkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed down over the element |
| onkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed over the element and released |
| onkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is released |
| onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is pressed down over the element |
| onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved within the element |
| onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved away from the element |
| onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved onto the element |
| onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is released |
| onselect | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the color is selected |
| onshow | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component widget is displayed |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "false", this component is not rendered |
| required | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "true", this component is checked for non-empty input |
| requiredMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A ValueExpression enabled attribute which defines text of validation message to show, if a required field is missing |
| showEvent | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Defines the event that triggers the colorPicker. Default value is "onclick". |
| validator | false | false | javax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
| MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component |
| validatorMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| The current value of this component |
| valueChangeListener | false | false | javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
| Listener for value changes |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||