primefaces

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 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.
delegatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, event delegation is used for better performance.Default is false.
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether html would be escaped or not.]Default is 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 hidingDefault 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.Default is generated.
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.Default is true.
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 component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
trackMousefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Tooltip position follows pointer on mousemover.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.Default is generated ('widget_' + componentClientId).

Output generated by Vdldoc View Declaration Language Documentation Generator.