public class ChartDrillEvent
extends javax.faces.event.FacesEvent
| Constructor and Description |
|---|
ChartDrillEvent(javax.faces.component.UIComponent component,
java.lang.Object rowKey,
java.lang.Object series,
java.lang.Object group)
Creates a new ChartDrillEvent
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getGroup()
Returns the group on which the drill was invoked.
|
java.lang.Object |
getRowKey()
Returns the rowKey for the data item on which the drill was invoked.
|
java.lang.Object |
getSeries()
Returns the series on which the drill was invoked.
|
boolean |
isAppropriateListener(javax.faces.event.FacesListener facesListener) |
void |
processListener(javax.faces.event.FacesListener facesListener) |
public ChartDrillEvent(javax.faces.component.UIComponent component,
java.lang.Object rowKey,
java.lang.Object series,
java.lang.Object group)
component - The chart component with which this drill event is associated.rowKey - The rowKey for the data item on which the drill was invoked.series - The series on which the drill was invoked. This would match the the series property on the UISeriesStyle.group - The Group on which the drill was invoked. This would match the group property on the UIChartGroup.public java.lang.Object getRowKey()
public java.lang.Object getSeries()
public java.lang.Object getGroup()
public boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
isAppropriateListener in class javax.faces.event.FacesEventpublic void processListener(javax.faces.event.FacesListener facesListener)
processListener in class javax.faces.event.FacesEvent