JavaScript is disabled on your browser.
ICEfaces-EE ACE Components 3.3.0.GA_P13 Java API Documentation
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.icefaces.ace.event.SeriesSelectionEvent
All Implemented Interfaces:
java.io.Serializable
public class SeriesSelectionEvent
extends javax.faces.event.FacesEvent
this event is used by the Chart component. Original event would only allow integer values
in the event, but ICE-11337 work allows String values to be returned and cast
as the user is aware of own data.
See Also:
Serialized Form
Field Summary
Fields inherited from class java.util.EventObject
source
Constructor Summary
Constructors
Constructor and Description
SeriesSelectionEvent (javax.faces.component.UIComponent component)
SeriesSelectionEvent (javax.faces.component.UIComponent c,
int seriesIndex,
int pointIndex)
SeriesSelectionEvent (javax.faces.component.UIComponent c,
java.lang.String seriesIndex,
java.lang.String pointLabel)
Method Summary
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
Methods inherited from class java.util.EventObject
getSource, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
ICEfaces-EE ACE Components 3.3.0.GA_P13 Java API Documentation
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.