o
Tag hintLabel


The HintLabel component displays single-line text which, if it doesn't fit in the allotted space, is displayed fully in a tooltip.


Tag Information
Tag Classorg.openfaces.taglib.jsp.output.HintLabelJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.output.HintLabel)
onlynullA value-binding expression that associates the HintLabel component with a backing bean property.
converterfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA converter for the HintLabel's value. Should be specified as a value-binding expression or converter identifier.
escapefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not HTML or XML characters are escaped (displayed literally in a browser).
hintfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for the tooltip, if it should be different from the "value" attribute.
hintClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the tooltip.
hintStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the tooltip.
hintTimeoutfalsejavax.el.ValueExpression
(must evaluate to int)
true100The amount of time between when the mouse pointer is placed over the HintLabel component and when the component is actually displayed. The "hintTimeout" attribute should be specified in milliseconds.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the HintLabel.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the HintLabel.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the HintLabel with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the HintLabel.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the HintLabel.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the HintLabel.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the HintLabel.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the component is visible.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the HintLabel component in the rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the HintLabel component in the rollover state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire HintLabel component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire HintLabel component.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe text to be displayed in the component.

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.