Attributes |
Name | Required | Binding Type | EL | Default | Description |
binding | false | teamdev.jsf.component.output.HintLabel | only | null | A value-binding expression that associates the HintLabel with a backing bean property. |
converter | false | java.lang.String | true | null | A converter for the HintLabel's value. Should be specified as a value-binding expression or converter identifier. |
escape | false | boolean | true | true | A flag that indicates whether or not HTML or XML characters are escaped (displayed literally in a browser). |
hintClass | false | java.lang.String | true | null | A CSS class name for the tooltip. |
hintStyle | false | java.lang.String | true | null | A style for the tooltip. |
hintTimeout | false | int | true | 100 | The amount of time between when the mouse pointer is placed over the HintLabel component and when the component is actually displayed. The "hintTimeout" attribute should be specified in milliseconds. |
id | false | java.lang.String | false | null | The component identifier. |
onclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the HintLabel. |
ondblclick | false | 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 HintLabel. |
onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the HintLabel with either mouse button. |
onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the HintLabel. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the HintLabel. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the HintLabel. |
onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the HintLabel. |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
style | false | java.lang.String | true | null | A style for the entire HintLabel component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the entire HintLabel component. |
title | false | java.lang.String | true | null | Text for the tooltip, if it should be different from the "value" attribute. |
value | false | java.lang.String | true | null | The text to be displayed in the component. |