Uses of Class
com.vaadin.flow.component.charts.Chart
Packages that use Chart
Package
Description
-
Uses of Chart in com.vaadin.flow.component.charts
Classes in com.vaadin.flow.component.charts with type parameters of type Chart -
Uses of Chart in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return ChartConstructors in com.vaadin.flow.component.charts.events with parameters of type ChartModifierConstructorDescriptionChartAddSeriesEvent(Chart source, boolean fromClient, String name, com.fasterxml.jackson.databind.node.ArrayNode data) Constructs a ChartAddSeriesEventChartAfterPrintEvent(Chart source, boolean fromClient) Constructs a ChartAfterPrintEventChartBeforePrintEvent(Chart source, boolean fromClient) Constructs a ChartBeforePrintEventChartClickEvent(Chart source, boolean fromClient, Double x, Double y, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button) Constructs a ChartClickEventChartDrillupAllEvent(Chart source, boolean fromClient) Constructs a ChartDrillupAllEventChartDrillupEvent(Chart source, boolean fromClient) Constructs a ChartDrillupEventChartLoadEvent(Chart source, boolean fromClient) Constructs a ChartLoadEventChartRedrawEvent(Chart source, boolean fromClient) ChartSelectionEvent(Chart source, boolean fromClient, Double selectionStart, Double selectionEnd, Double valueStart, Double valueEnd) Construct a ChartSelectionEventDrilldownEvent(Chart source, boolean fromClient, String drilldown, String category, Double x, Double y, int pointIndex, String pointId, int seriesIndex) Construct a ChartDrilldownEventPointClickEvent(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 PointClickEventPointDragEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category, Double start, Double end, String parent, Double x, Double y) PointDragStartEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category, Double start, Double end, String parent, Double x, Double y) PointDropEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category, Double start, Double end, String parent, Double x, Double y) PointLegendItemClickEvent(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, int seriesIndex, String category, int pointIndex, String pointId) Constructs a SeriesLegendItemClickEventPointMouseOutEvent(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 SeriesCheckboxClickEventSeriesClickEvent(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 pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, int seriesIndex) Constructs a SeriesLegendItemClickEventSeriesMouseOutEvent(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) -
Uses of Chart in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type ChartModifier and TypeMethodDescriptiondefault ChartTester<Chart>Create a tester for the given Chart instance.default ChartTester<Chart>Deprecated, for removal: This API element is subject to removal in a future version.testers for commercial components have been moved to a separated class to avoid class loading issues when using only Vaadin free tier.Methods in com.vaadin.testbench.unit with parameters of type ChartModifier and TypeMethodDescriptiondefault ChartTester<Chart>Create a tester for the given Chart instance.default ChartTester<Chart>Deprecated, for removal: This API element is subject to removal in a future version.testers for commercial components have been moved to a separated class to avoid class loading issues when using only Vaadin free tier.