| Attributes |
| Name | Required | Binding Type | EL | Default | Description |
| binding | false | teamdev.jsf.component.graphictext.GraphicText | only | null | A value-binding expression that associates the GraphicText with a backing bean property. |
| converter | false | 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 | java.lang.Integer | true | "leftToRight" - Degrees equivalent: 0. | Rotation angle for the GraphicText in degrees. Also has 4 predefined constants. |
| id | false | java.lang.String | false | null | The component identifier. |
| lang | false | java.lang.String | true | null | The base language for Messages. Should be specified as language code. |
| onclick | false | 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. |
| ondblclick | false | 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 | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the GraphicText with either mouse button. |
| onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the GraphicText. |
| onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the GraphicText. |
| onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the GraphicText. |
| onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the GraphicText. |
| rendered | false | boolean | true | false | A flag that indicates whether or not the component is visible. |
| style | false | java.lang.String | true | null | A style for the GraphicText component. |
| title | false | java.lang.String | true | null | Text for the tooltip of the Message. |
| value | false | Object | true | null | The GraphicText component value. |