Package | Description |
---|---|
com.vaadin.flow.component.charts.events |
Modifier and Type | Method and Description |
---|---|
Chart |
HasSeries.getSource() |
Chart |
HasItem.getSource() |
Chart |
HasAxis.getSource() |
Constructor and Description |
---|
ChartAddSeriesEvent(Chart source,
boolean fromClient,
String name,
elemental.json.JsonArray data)
Constructs a ChartAddSeriesEvent
|
ChartAfterPrintEvent(Chart source,
boolean fromClient)
Constructs a ChartAfterPrintEvent
|
ChartBeforePrintEvent(Chart source,
boolean fromClient)
Constructs a ChartBeforePrintEvent
|
ChartClickEvent(Chart source,
boolean fromClient,
Double x,
Double y,
int pageX,
int pageY,
boolean altKey,
boolean ctrlKey,
boolean metaKey,
boolean shiftKey,
int button)
Constructs a ChartClickEvent
|
ChartDrillupAllEvent(Chart source,
boolean fromClient)
Constructs a ChartDrillupAllEvent
|
ChartDrillupEvent(Chart source,
boolean fromClient)
Constructs a ChartDrillupEvent
|
ChartLoadEvent(Chart source,
boolean fromClient)
Constructs a ChartLoadEvent
|
ChartRedrawEvent(Chart source,
boolean fromClient) |
ChartSelectionEvent(Chart source,
boolean fromClient,
Double selectionStart,
Double selectionEnd,
Double valueStart,
Double valueEnd)
Construct a ChartSelectionEvent
|
DrilldownEvent(Chart source,
boolean fromClient,
String drilldown,
String category,
Double x,
Double y,
int pointIndex,
String pointId,
int seriesIndex)
Construct a ChartDrilldownEvent
|
PointClickEvent(Chart source,
boolean fromClient,
int pageX,
int pageY,
boolean altKey,
boolean ctrlKey,
boolean metaKey,
boolean shiftKey,
int button,
double x,
double y,
int seriesIndex,
String category,
int pointIndex,
String pointId)
Constructs a PointClickEvent
|
PointLegendItemClickEvent(Chart source,
boolean fromClient,
int seriesIndex,
String category,
int pointIndex,
String pointId)
Constructs a SeriesLegendItemClickEvent
|
PointMouseOutEvent(Chart source,
boolean fromClient,
int seriesIndex,
int pointIndex,
String pointId,
String category) |
PointMouseOverEvent(Chart source,
boolean fromClient,
int seriesIndex,
int pointIndex,
String pointId,
String category) |
PointRemoveEvent(Chart source,
boolean fromClient,
int seriesIndex,
String category,
double x,
double y,
int pointIndex,
String pointId) |
PointSelectEvent(Chart source,
boolean fromClient,
int seriesIndex,
String category,
int pointIndex,
String pointId) |
PointUnselectEvent(Chart source,
boolean fromClient,
int seriesIndex,
String category,
int pointIndex,
String pointId) |
PointUpdateEvent(Chart source,
boolean fromClient,
int seriesIndex,
String category,
int pointIndex,
String pointId,
Double oldXValue,
Double oldYValue,
Double newXValue,
Double newYValue) |
SeriesAfterAnimateEvent(Chart source,
boolean fromClient,
int seriesIndex) |
SeriesCheckboxClickEvent(Chart source,
boolean fromClient,
boolean isChecked,
int seriesIndex)
Constructs a SeriesCheckboxClickEvent
|
SeriesClickEvent(Chart source,
boolean fromClient,
int pageX,
int pageY,
boolean altKey,
boolean ctrlKey,
boolean metaKey,
boolean shiftKey,
int button,
double x,
double y,
int seriesIndex) |
SeriesHideEvent(Chart source,
boolean fromClient,
int seriesIndex) |
SeriesLegendItemClickEvent(Chart source,
boolean fromClient,
int seriesIndex)
Constructs a SeriesLegendItemClickEvent
|
SeriesMouseOutEvent(Chart source,
boolean fromClient,
int seriesIndex) |
SeriesMouseOverEvent(Chart source,
boolean fromClient,
int seriesIndex) |
SeriesShowEvent(Chart source,
boolean fromClient,
int seriesIndex) |
XAxesExtremesSetEvent(Chart source,
boolean fromClient,
double min,
double max,
int axisIndex) |
YAxesExtremesSetEvent(Chart source,
boolean fromClient,
double min,
double max,
int axisIndex) |
Copyright © 2025. All rights reserved.