p

Tag tooltip

Component Information 
InfoValue
Component Typeorg.primefaces.component.Tooltip
Handler ClassNone
Renderer Typeorg.primefaces.component.TooltipRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
atfalsejakarta.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".
autoHidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to hide tooltip when hovering over tooltip content, default is true.
beforeShowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute before tooltip is shown. Returning false will prevent display.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
converterfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id.
delegatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether html would be escaped or not, defaults to true.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of the component to attach the tooltip.
globalSelectorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
jquery selector for global tooltip, default is "a,:input,:button".
hideDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay time to hide tooltip in milliseconds. Default is 0
hideEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Effect to be used for hiding. Default is fade.
hideEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event hiding the tooltip. Default is mouseout.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
myfalsejakarta.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".
onHidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after tooltip is hidden.
onShowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after tooltip is shown.
positionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the tooltip, valid values are right, left, top and bottom. Default is 'right'.
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.
showDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay time to show tooltip in milliseconds. Default is 150.
showEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Effect to be used for displaying. Default is fade.
showEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event displaying the tooltip. Default is mouseover.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the tooltip.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the tooltip.
trackMousefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Tooltip position follows pointer on mousemove, default is false
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.