| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.chart.PieChartViewJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
action | false | javax.el.MethodExpression
(signature must match java.lang.Object action() )
| 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 is called when the user clicks on the chart. |
actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| true | null | Similar 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. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.chart.PieChartView )
| only | null | A value-binding expression that associates the PieChartView component with a backing bean property. |
colors | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | A comma-separated list of colors that are applied to pie sectors. Colors are applied clockwise in the order the data series are defined or sorted. You can specify colors only as RGB values. |
foregroundAlpha | false | javax.el.ValueExpression
(must evaluate to java.lang.Float )
| false | 1 | Specifies percentage of transparency for the chart. Can take floating-point values from "0" to "1". |
labelsVisible | false | javax.el.ValueExpression
(must evaluate to boolean )
| false | false | A flag that indicates whether or not the callout labels are visible. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the PieChartView. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the PieChartView. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the PieChartView. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the PieChartView component. |
tooltip | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Text for a tooltip that appears when the mouse pointer is placed over the chart. |
url | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL where the user is redirected to after clicking on the chart. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |