q
Tag graphicText




Tag Information
Tag Classteamdev.jsf.taglib.GraphicTextJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.graphictext.GraphicTextonlynullA value-binding expression that associates the GraphicText with a backing bean property.
converterfalsejava.lang.StringtruenullA converter for the GraphicText's value. Should be specified as a value-binding expression or converter identifier.
directionfalsejava.lang.Integertrue"leftToRight" - Degrees equivalent: 0.Rotation angle for the GraphicText in degrees. Also has 4 predefined constants.
idfalsejava.lang.StringfalsenullThe component identifier.
langfalsejava.lang.StringtruenullThe base language for Messages. Should be specified as language code.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the GraphicText.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the GraphicText.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the GraphicText with either mouse button.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the GraphicText.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the GraphicText.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the GraphicText.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the GraphicText.
renderedfalsebooleantruefalseA flag that indicates whether or not the component is visible.
stylefalsejava.lang.StringtruenullA style for the GraphicText component.
titlefalsejava.lang.StringtruenullText for the tooltip of the Message.
valuefalseObjecttruenullThe GraphicText component value.

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.