| |||||||
| FRAMES NO FRAMES | |||||||
The imageCombo Component is a combo Component with an image added to the text.
The imageCombo Component has the following capabilities :
| Tag Information | |
| Tag Class | org.rcfaces.core.internal.taglib.ImageComboTag |
| TagExtraInfo Class | org.rcfaces.core.internal.taglib.CameliaTagExtraInfo |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | A string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The value binding expression linking this component to a property in a backing bean. |
| immediate | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase. |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| A string value holding the current value of the component. |
| helpMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the message to be shown by a helpMessageZone Component. |
| helpURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An URL that points to a help page for the component. it is used for example by a helpButton Component. |
| toolTipText | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the tooltip for the component (shown when the pointe hover the component). |
| blurListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the focus quits the component. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| focusListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component gets the focus. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| backgroundColor | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A color value (as specified by CSS) for the background. |
| foregroundColor | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A color value (as specified by CSS) for the text. |
| visible | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating wether the composant is visible. |
| errorListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| disabled | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value that represents the disabled state of the component. |
| validationListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| fontBold | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| A boolean value indicating the bold property for the specified font. |
| fontItalic | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| A boolean value indicating the italic property for the specified font. |
| fontName | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value indicating the name of the font used for this component. |
| fontSize | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string indicating the size to use for the selected font. (or any other CSS accepted value for font size). values [xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger|length for example 10px|%] |
| fontUnderline | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| A boolean value indicating the underline property for the specified font. |
| mouseOutListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the pointer leaves the area of the component. A string that represent a javascript expression to evaluate. |
| mouseOverListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the pointer hover the component's area. A string that represent a javascript expression to evaluate. |
| tabIndex | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| An int value specifying the position of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767. |
| unlockedClientAttributeNames | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value holding a comma separated list of the client modifiable properties. |
| propertyChangeListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when a component's property is changed (by javascript). A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| marginBottom | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom). |
| marginLeft | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the margin size for the component's left (compliant to CSS margin-left). |
| marginRight | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the margin size for the component's right (compliant to CSS margin-right). |
| marginTop | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the margin size for the component's top (compliant to CSS margin-top). |
| userEventListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is called. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| x | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value (as specified by CSS) for the x position of the component. |
| y | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value (as specified by CSS) for the x position of the component. |
| styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup. |
| lookId | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the choosen look of the component. |
| width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value (as specified by CSS) for the width of the component. |
| height | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value (as specified by CSS) for the height of the component. |
| textAlignment | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the alignement for the text in the component :
|
| accessKey | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string that indicates the alphanumeric key used to execute an action from the keyboard (in conjunction with a alteration key ex : Alt). |
| waiRole | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| initListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is intialized. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| hiddenMode | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the management of invisible state on the client. Authorized values are :
|
| immediate | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase. |
| margins | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the margins for the component (compliant to CSS margin). |
| unlockedClientAttributeNames | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value holding a comma separated list of the client modifiable properties. |
| converter | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The converter id to use. as specified in faces-config.xml. |
| unlockedClientAttributeNames | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value holding a comma separated list of the client modifiable properties. |
| selectionListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is selected. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| checkListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is checked. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| checkedValues | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| A table of the values associated with checked nodes for the component. (Binding only) |
| readOnly | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled. |
| removeAllWhenShown | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value specifying wether the content of the component must be remove before the listener is called and the component displayed. |
| imageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used by the component. |
| disabledImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used for the disabled state. |
| hoverImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used chen the pointer hover the component. |
| selectedImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used when the component is selected. |
| border | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value that indicates if the component should show a border or not. |
| borderType | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string that indicates the type of border the component should show. Check for availability for a particular component. |
| text | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the text (literal or binding) to be shown. |
| readOnly | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled. |
| disabled | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value that represents the disabled state of the component. |
| textPosition | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the position of the text in the component :
|
| imageHeight | false | false | javax.el.ValueExpression
(must evaluate to int)
| An int value specifying the height (in pixels) to use for the image shown. |
| imageWidth | false | false | javax.el.ValueExpression
(must evaluate to int)
| An int value specifying the width (in pixels) to use for the image shown. |
| selectionListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is selected. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| showDropDownMark | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| No Description |
| popupRowNumber | false | false | javax.el.ValueExpression
(must evaluate to int)
| Experimental : do not use! |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||