| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.validation.FloatingIconMessageJspTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.validation.FloatingIconMessage )
| only | null | A value-binding expression that associates the FloatingIconMessage component with a backing bean property. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | ID of the component being validated. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
imageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image file that is used to render the icon next to the component in case of failed validation. |
noImage | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not to show the icon. |
noStyle | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not to apply styles to show a validation error. |
offsetLeft | false | javax.el.ValueExpression
(must evaluate to int )
| true | -4 | The horizontal offset of the icon from the leftmost side of the invalidated component. |
offsetTop | false | javax.el.ValueExpression
(must evaluate to int )
| true | -4 | The vertical offset of the icon from the top of the invalidated component. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the icon. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the icon. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the icon with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the icon. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the icon. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the icon. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over the icon. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the component is visible. |
showDetail | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the "detail" portion of displayed messages should be included in the error description. |
showSummary | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the "summary" portion of displayed messages should be included in the error description. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the invalidated component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the invalidated component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |