primefaces-p

Tag tooltip

Component Information 
InfoValue
Component Typeorg.primefaces.component.Tooltip
Handler ClassNone
Renderer Typeorg.primefaces.component.TooltipRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
converterfalsejavax.el.ValueExpression
(must evaluate to java.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.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
showEventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event displaying the tooltip. Default is mouseover.
showEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect to be used for displaying. Default is fade.
showDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay time to show tooltip in milliseconds. Default is 150.
hideEventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event hiding the tooltip. Default is mouseout.
hideEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect to be used for hiding. Default is fade.
hideDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay time to hide tooltip in milliseconds. Default is 0
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the component to attach the tooltip.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the tooltip.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the tooltip.
globalSelectorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
jquery selector for global tooltip, default is "a,:input,:button".
escapefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether html would be escaped or not, defaults to true.
trackMousefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Tooltip position follows pointer on mousemove, default is false
beforeShowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute before tooltip is shown. Returning false will prevent display.
onHidefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after tooltip is hidden.
onShowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after tooltip is shown.
positionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the tooltip, valid values are right, left, top and bottom.
delegatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description

Output generated by Vdldoc View Declaration Language Documentation Generator.