public final class ChartDrillDownEvent
extends javax.faces.event.FacesEvent
source| Constructor and Description | 
|---|
| ChartDrillDownEvent(javax.faces.component.UIComponent source,
                   int[] seriesIndices,
                   int[] yValueIndices,
                   double[] yValues,
                   double[] xValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| int[] | getSeriesIndices()returns an array of series indices where the user clicked. | 
| double[] | getXValues()returns an array of xvalues where the user clicked. | 
| int[] | getYValueIndices()returns an array of yvalue indices where the user clicked. | 
| double[] | getYValues()returns an array of yvalues where the user clicked. | 
| boolean | isAppropriateListener(javax.faces.event.FacesListener listener) | 
| void | processListener(javax.faces.event.FacesListener listener) | 
getComponent, getPhaseId, queue, setPhaseIdgetSource, toStringpublic ChartDrillDownEvent(javax.faces.component.UIComponent source,
                   int[] seriesIndices,
                   int[] yValueIndices,
                   double[] yValues,
                   double[] xValues)
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEventpublic int[] getSeriesIndices()
public int[] getYValueIndices()
public double[] getYValues()
public double[] getXValues()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.