primefaces-extensions

Tag tooltip

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Tooltip
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
adjustXfalsejakarta.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.
adjustYfalsejakarta.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.
atPositionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The corner of the target element to position the tooltips corner at.Default is bottom right.
autoShowfalsejakarta.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.
bindingfalsejakarta.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.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
fixedfalsejakarta.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.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of the component to attach the tooltip.
globalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
A global tooltip converts each title attribute to a tooltip.Default is false.
hideDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay time for hiding the tooltip.Default is 0.
hideEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Hide effect function.Default is fadeOut.
hideEffectLengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Duration for hide effect.Default is 500.
hideEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event hiding the tooltip.Default is mouseleave.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
mouseTrackingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
This flag enables tooltip's positioning in relation to the mouse.Default is false.
myPositionfalsejakarta.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.
renderedfalsejakarta.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.
sharedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
A shared tooltip - one tooltip, multiple targets.Default is false.
showDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay time for displaying the tooltip.Default is 0.
showEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Show effect function.Default is fadeIn.
showEffectLengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Duration for show effect.Default is 500.
showEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event displaying the tooltip.Default is mouseenter.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the tooltip will override ThemeRoller theme.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.