RichFaces
Tag toolTip


Defines tooltip for parent component.


Tag Information
Tag Classorg.richfaces.taglib.ToolTipTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
actionfalsefalsejavax.el.MethodExpression
(signature must match java.lang.Object action())
MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by you, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property
actionListenerfalsefalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
MethodBinding pointing at method accepting an ActionEvent with return type void
ajaxSinglefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
boolean attribute which provides possibility to limit JSF tree processing(decoding, conversion/validation, value applying) to the component which sends the request only. Default value is "true"
attachedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If the value of the "attached" attribute is "true", a component is attached to the parent component; if "false", component does not listen to activating browser events, but could be activated externally. Default value is "true"
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
directionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines direction of the popup list to appear. Possible values are "top-right", "top-left", "bottom-right", "bottom-left", "auto". Default value is "bottom-right"
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If false the components is rendered on the client but JavaScript for calling disabled. Default value is "false"
eventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
DEPRECATED. Use showEvent instead. Default value is "mouseover"
followMousefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" tooltip should follow the mouse while it moves over the parent element. Default value is "false"
forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the target component
hideDelayfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Delay in milliseconds before tooltip will be hidden. Default value is "0"
hideEventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event that triggers the tooltip disappearance. Default value is "none" (so, the component does not disappears)
horizontalOffsetfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Sets the horizontal offset between pop-up list and mouse pointer. Default value is "10"
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
immediatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase
layoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Block/inline mode flag. Possible value are: "inline" or "block". Default value is "inline". Tooltip will contain div/span elements respectively
modefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Controls the way of data loading to a tooltip. May have following values: "client" (default) and "ajax"
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the tooltip is clicked
oncompletefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called after the tooltip is shown
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the tooltip is double-clicked
onhidefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called after the tooltip is hidden
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed down over the element
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed over the element and released
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is released
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is pressed down over the element
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the element
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the element
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the element
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is released
onshowfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called before the tooltip is shown
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
showDelayfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Delay in milliseconds before tooltip will be displayed. Default value is "0"
showEventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event that triggers the tooltip. Default value is "onmouseover"
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value for this component
verticalOffsetfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Sets the vertical offset between pop-up list and mouse pointer. Default value is "10"
zorderfalsefalsejavax.el.ValueExpression
(must evaluate to int)
The same as CSS z-index for toolTip. Default value is "99"

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.