o
Tag chartTitle


The ChartTitle tag is used to customize the chart title. This tag should be defined as a child tag for the chart component.


Tag Information
Tag Classorg.openfaces.taglib.jsp.chart.ChartTitleJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejavax.el.MethodExpression
(signature must match java.lang.Object action())
truenullSimilar to the "action" attribute of the HTMLCommandButton component. It can either specify a string defining the static outcome of the selection change action, or it can be defined as a MethodBinding that should point to an action method that is called when the user clicks on the chart title.
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
truenullSimilar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should point to an action listener that is called when the user clicks on the chart title.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the chart title.
texttruejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for the chart title.
tooltipfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for a tooltip that appears when the mouse pointer is placed over the chart title.
urlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL where the user is redirected to after clicking on the chart title.

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.