q
Tag pieChartView


The PieChartView component is used to create and customize a pie chart. It can be specified only as a child tag of the chart component. Child tags: pieSectorProperties, chartLabels, chartNoDataMessage.


Tag Information
Tag Classteamdev.jsf.taglib.chart.PieChartViewJspTag
TagExtraInfo ClassNone
Body ContentJSP
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.
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.
bindingfalseteamdev.jsf.component.chart.impl.view.PieChartViewonlynullA value-binding expression that associates the PieChartView component with a backing bean property.
colorsfalsejava.lang.StringfalsenullA comma-separated list of colors that will be 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.
foregroundAlphafalsejava.lang.Floatfalse1Specifies percentage of transparency for the chart. Can take floating-point values from "0" to "1".
labelsVisiblefalsebooleanfalsefalseA flag that indicates whether or not the callout labels are visible.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the PieChartView.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the PieChartView.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the PieChartView.
stylefalsejava.lang.StringtruenullA style for the PieChartView component.
tooltipfalsejava.lang.StringtruenullText for a tooltip that appears when the mouse pointer is placed over the chart.
urlfalsejava.lang.StringtruenullURL where the user will be redirected to after clicking on the chart.

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.