| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.output.HintLabelJspTag |
| 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.output.HintLabel)
| only | null | A value-binding expression that associates the HintLabel component with a backing bean property. |
| converter | false | javax.el.ValueExpression
(must evaluate to 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 | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not HTML or XML characters are escaped (displayed literally in a browser). |
| hint | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | Text for the tooltip, if it should be different from the "value" attribute. |
| hintClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the tooltip. |
| hintStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the tooltip. |
| hintTimeout | false | javax.el.ValueExpression
(must evaluate to 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 | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| 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 HintLabel. |
| 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 HintLabel. |
| 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 HintLabel 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 HintLabel. |
| 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 HintLabel. |
| 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 HintLabel. |
| onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user releases the mouse button over the HintLabel. |
| rendered | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the component is visible. |
| rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the HintLabel component in the rollover state. |
| rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the HintLabel component in the rollover state. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the entire HintLabel component. |
| styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the entire HintLabel component. |
| value | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The text to be displayed in the component. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||