Attributes |
Name | Required | Binding Type | EL | Default | Description |
binding | false | teamdev.jsf.component.message.FloatingIconMessage | only | null | A value-binding expression that associates the FloatingIconMessage component with a backing bean property. |
for | false | java.lang.String | false | null | ID of the component being validated. |
id | false | java.lang.String | false | null | The component identifier. |
imageUrl | false | java.lang.String | true | null | URL to the image file that will be used to render the icon next to the component in case of failed validation. |
noImage | false | boolean | true | false | A flag that indicates whether or not to show the icon. |
noStyle | false | boolean | true | false | A flag that indicates whether or not to apply styles to show a validation error. |
offsetLeft | false | int | true | -4 | The horizontal offset of the icon from the leftmost side of the invalidated component. |
offsetTop | false | int | true | -4 | The vertical offset of the icon from the top of the invalidated component. |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
showDetail | false | 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 | 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 | java.lang.String | true | null | A style for the invalidated component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the invalidated component. |