@DomEvent(value="series-checkbox-click") public class SeriesCheckboxClickEvent extends ComponentEvent<Chart> implements HasSeries
source| Constructor and Description |
|---|
SeriesCheckboxClickEvent(Chart source,
boolean fromClient,
boolean isChecked,
int seriesIndex)
Constructs a SeriesCheckboxClickEvent
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSeriesItemIndex()
Returns the index of the series
|
boolean |
isChecked()
Checks if the checkbox is checked
|
getSource, isFromClient, unregisterListenertoStringpublic SeriesCheckboxClickEvent(Chart source, boolean fromClient, @EventData(value="event.detail.originalEvent.checked") boolean isChecked, @EventData(value="event.detail.originalEvent.item.index") int seriesIndex)
source - fromClient - isChecked - seriesIndex - public boolean isChecked()
public int getSeriesItemIndex()
HasSeriesgetSeriesItemIndex in interface HasSeriesCopyright © 2025. All rights reserved.