Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Panel that displays when mouse hovers over some other specified controlInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.panel.Tooltip |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.panel.Tooltip |
Description | Panel that displays when mouse hovers over some other specified control |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ID of control for which to display tooltip (when mouse hovers over it) |
click | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ID of control for which to display tooltip when clicked |
Output generated by Vdldoc View Declaration Language Documentation Generator.