q
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 Classteamdev.jsf.taglib.HintLabelJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.output.HintLabelonlynullA value-binding expression that associates the HintLabel component with a backing bean property.
converterfalsejava.lang.StringtruenullA converter for the HintLabel's value. Should be specified as a value-binding expression or converter identifier.
escapefalsebooleantruetrueA flag that indicates whether or not HTML or XML characters are escaped (displayed literally in a browser).
hintfalsejava.lang.StringtruenullText for the tooltip, if it should be different from the "value" attribute.
hintClassfalsejava.lang.StringtruenullA CSS class name for the tooltip.
hintStylefalsejava.lang.StringtruenullA style for the tooltip.
hintTimeoutfalseinttrue100The 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.
idfalsejava.lang.StringfalsenullThe component identifier.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the HintLabel.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the HintLabel.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the HintLabel with either mouse button.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the HintLabel.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the HintLabel.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the HintLabel.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the HintLabel.
renderedfalsebooleantruetrueA flag that indicates whether or not the component is visible.
stylefalsejava.lang.StringtruenullA style for the entire HintLabel component.
styleClassfalsejava.lang.StringtruenullA CSS class name for the entire HintLabel component.
valuefalsejava.lang.StringtruenullThe 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.