o
Tag graphicText


GraphicText is a component that displays styled rotated text. It has API similar to the standard component, though unlike the component, the GraphicText component displays a text with an image generated on the server. This component can be useful for displaying vertical headers in a table having a lot of thin columns, vertical TabSet components, etc.


Tag Information
Tag Classorg.openfaces.taglib.jsp.output.GraphicTextJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.output.GraphicText)
onlynullA value-binding expression that associates the GraphicText with a backing bean property.
converterfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA converter for the GraphicText's value. Should be specified as a value-binding expression or converter identifier.
directionfalsejavax.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.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullLanguage code for this component. Rendered as the HTML lang attribute.
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 GraphicText.
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 GraphicText.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the GraphicText 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 GraphicText.
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 GraphicText.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the GraphicText.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the GraphicText.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseFlag 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.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the GraphicText component in the rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the GraphicText component in the rollover state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire GraphicText component. Note that this attribute is applied to the component's image itself (the tag), so you shouldn't specify font and color properties in this attribute. Use textStyle attribute for specifying font and color properties instead.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire GraphicText component. Note that this attribute is applied to the component's image itself (the tag), so you shouldn't specify font and color properties in this attribute. Use textStyle attribute for specifying font and color properties instead.
textStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA 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.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for the tooltip of the Message.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullThe 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.