| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Tooltip |
| Handler Class | None |
| Renderer Type | org.primefaces.component.TooltipRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
at | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines which position on the target element to align the positioned element against: "horizontal vertical" alignment. See the my option for full details on possible values. Percentage offsets are relative to the target element. If set overrides the 'position' attribute. Example "right center". |
autoHide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to hide tooltip when hovering over tooltip content.Default is true. |
beforeShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute before tooltip is shown. Returning false will prevent display. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| EL expression resolves to a converter instance or literal converter ID defining a component converter. |
delegate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, event delegation is used for better performance.Default is false. |
escape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines whether html would be escaped or not.]Default is true. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Id of the component to attach the tooltip. |
globalSelector | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| jquery selector for global tooltip.Default is a,:input,:button. |
hideDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Delay time to hide tooltip in milliseconds.Default is 0. |
hideEffect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Effect to be used for hidingDefault is fade. |
hideEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Event hiding the tooltip.Default is mouseout. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
my | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will be normalized to "right center", "top" will be normalized to "center top" (following CSS convention). Acceptable horizontal values: "left", "center", "right". Acceptable vertical values: "top", "center", "bottom". Example: "left top" or "center center". Each dimension can also contain offsets, in pixels or percent, e.g., "right+10 top-25%". Percentage offsets are relative to the element being positioned. If set overrides the 'position' attribute. Example "left center". |
onHide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute after tooltip is hidden. |
onShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute after tooltip is shown. |
position | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of the tooltip, valid values are right, left, top and bottom.Default is right. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true. |
showDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Delay time to show tooltip in milliseconds.Default is 150. |
showEffect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Effect to be used for displaying.Default is fade. |
showEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Event displaying the tooltip.Default is mouseover. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
trackMouse | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Tooltip position follows pointer on mousemover.Default is false. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget.Default is generated ('widget_' + componentClientId). |
Output generated by Vdldoc View Declaration Language Documentation Generator.