| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.Tooltip |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
adjustX | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| A positive or negative pixel value by which to offset the tooltip in the horizontal plane (x-axis). Negative values cause a reduction in the value (moves tooltip to the left).Default is 0. |
adjustY | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| A positive or negative pixel value by which to offset the tooltip in the vertical plane (y-axis). Negative values cause a reduction in the value (moves tooltip upwards).Default is 0. |
atPosition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The corner of the target element to position the tooltips corner at.Default is bottom right. |
autoShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| This flag enables showing tooltips automatically after page loading. Auto shown tooltips can not be global or shared.Default is false. |
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. |
fixed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set to true, the tooltip will not hide if moused over, allowing the contents to be clicked and interacted with.Default is false. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Id of the component to attach the tooltip. |
global | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| A global tooltip converts each title attribute to a tooltip.Default is false. |
header | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Header or Titlebar of the tooltip. Not applicable on global tooltips. |
hideDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Delay time for hiding the tooltip.Default is 0. |
hideEffect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Hide effect function.Default is fadeOut. |
hideEffectLength | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Duration for hide effect.Default is 500. |
hideEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Event hiding the tooltip.Default is mouseleave. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
mouseTracking | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| This flag enables tooltip's positioning in relation to the mouse.Default is false. |
myPosition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The corner of the tooltip to position in relation to the target element.Default is top left. |
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. |
shared | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| A shared tooltip - one tooltip, multiple targets.Default is false. |
showDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Delay time for displaying the tooltip.Default is 0. |
showEffect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Show effect function.Default is fadeIn. |
showEffectLength | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Duration for show effect.Default is 500. |
showEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Event displaying the tooltip.Default is mouseenter. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the tooltip will override ThemeRoller theme. |
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. |
Output generated by Vdldoc View Declaration Language Documentation Generator.