We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.events.internal.
Class AbstractSeriesEvent
java.lang.Object
com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
All Implemented Interfaces:
Direct Known Subclasses:
AbstractSeriesItemEvent
, DataRemovedEvent
, ItemSlicedEvent
, SeriesAddedEvent
, SeriesChangedEvent
, SeriesStateEvent
Base class for series events.
Since:
2.0
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSeriesEvent
(Series series) Constructs the event, storing the information about the series.
-
Method Summary
-
Constructor Details
-
AbstractSeriesEvent
Constructs the event, storing the information about the series.
Parameters:
series
- Series the event deals with.
-
-
Method Details
-
getSeries
Returns the affected series
Returns:
The affected series.
-