q
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 Classteamdev.jsf.taglib.chart.ChartTitleJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejavax.faces.el.MethodBindingtruenullSimilar 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 will be called when the user clicks on the chart title.
actionListenerfalsejavax.faces.el.MethodBindingtruenullSimilar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should point to an action listener that will be called when the user clicks on the chart title.
stylefalsejava.lang.StringtruenullA style for the chart title.
texttruejava.lang.StringtruenullText for the chart title.
tooltipfalsejava.lang.StringtruenullText for a tooltip that appears when the mouse pointer is placed over the chart title.
urlfalsejava.lang.StringtruenullURL where the user will be 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.