| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.output.GraphicTextJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.output.GraphicText )
| only | null | A value-binding expression that associates the GraphicText with a backing bean property. |
converter | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A converter for the GraphicText's value. Should be specified as a value-binding expression or converter identifier. |
direction | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "leftToRight" - Degrees equivalent: 0. | Rotation angle for the GraphicText in degrees. Also has 4 predefined constants. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Language code for this component. Rendered as the HTML lang attribute. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the GraphicText. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript 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). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the GraphicText. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the GraphicText with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the GraphicText. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the GraphicText. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the GraphicText. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the GraphicText. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the GraphicText component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the GraphicText component in the rollover state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire GraphicText component. Note that this attribute is applied to the component's image itself (the |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire GraphicText component. Note that this attribute is applied to the component's image itself (the |
textStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a text displayed in the GraphicText component. It should be used for specifying font and color properties. See also the style and styleClass attributes. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Text for the tooltip of the Message. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | The GraphicText component value. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |