Attributes |
Name | Required | Binding Type | EL | Default | Description |
action | false | javax.faces.el.MethodBinding | true | null | Similar 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. |
actionListener | false | javax.faces.el.MethodBinding | true | null | Similar 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. |
style | false | java.lang.String | true | null | A style for the chart title. |
text | true | java.lang.String | true | null | Text for the chart title. |
tooltip | false | java.lang.String | true | null | Text for a tooltip that appears when the mouse pointer is placed over the chart title. |
url | false | java.lang.String | true | null | URL where the user will be redirected to after clicking on the chart title. |