Uses of Class
com.vaadin.flow.component.charts.model.DataSeriesItem
Packages that use DataSeriesItem
Package
Description
-
Uses of DataSeriesItem in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return DataSeriesItemModifier and TypeMethodDescriptiondefault DataSeriesItem
HasItem.getItem()
Returns the data series item that this event is associated with. -
Uses of DataSeriesItem in com.vaadin.flow.component.charts.events.internal
Methods in com.vaadin.flow.component.charts.events.internal that return DataSeriesItemConstructors in com.vaadin.flow.component.charts.events.internal with parameters of type DataSeriesItemModifierConstructorDescriptionAbstractSeriesItemEvent
(Series series, DataSeriesItem item) Constructs the event with a series item (without the value).DataAddedEvent
(Series series, DataSeriesItem item, boolean shift) Constructs the event with given series, item and a shift information.DataUpdatedEvent
(Series series, DataSeriesItem item, int pointIndex) Constructs the event with given series, item and point index. -
Uses of DataSeriesItem in com.vaadin.flow.component.charts.model
Subclasses of DataSeriesItem in com.vaadin.flow.component.charts.modelModifier and TypeClassDescriptionclass
A DataSeriesItem implementation suitable for box plot charts.class
DataSeriesItem that can hold also Z value.class
DataSeriesItem that can hold also target and targetOptions.class
DataSeriesItem that can hold also "from", "to" and "weight".class
DataSeriesItem that can hold also Label and Description values.class
DataSeriesItem that can hold also x2 and partialFill amount and color.class
DataSeriesItem that can hold also title and text values.class
A DataSeriesItem implementation suitable for <a https://en.wikipedia.org/wiki/Open-high-low-close_chart">OHLC charts.class
DataSeriesItem that can be used as sum or intermediate sum in waterfall charts.Methods in com.vaadin.flow.component.charts.model that return DataSeriesItemModifier and TypeMethodDescriptionDataSeries.get
(int index) ReturnsDataSeriesItem
at given indexDrilldownCallback.DrilldownDetails.getItem()
Returns the item that was clickedMethods in com.vaadin.flow.component.charts.model that return types with arguments of type DataSeriesItemModifier and TypeMethodDescriptionDataSeries.getData()
Return an unmodifiable list of the data items in this series.Methods in com.vaadin.flow.component.charts.model with parameters of type DataSeriesItemModifier and TypeMethodDescriptionvoid
DataSeries.add
(DataSeriesItem item) Adds a data item and immediately updates the chart if it already has been drawn.void
DataSeries.add
(DataSeriesItem item, boolean updateChartImmediately, boolean shift) Adds a data item and immediately sends an update to the chart if so specified.void
DataSeries.addItemWithDrilldown
(DataSeriesItem item) Adds a new item to the series data and enables drilldown for it.void
DataSeries.addItemWithDrilldown
(DataSeriesItem item, Series series) Adds a new item to the series data.void
DataSeries.remove
(DataSeriesItem item) Removes a given item and immediately removes it from the chart.void
DataSeries.update
(DataSeriesItem item) Triggers an update of the chart for the specified data item.Method parameters in com.vaadin.flow.component.charts.model with type arguments of type DataSeriesItemModifier and TypeMethodDescriptionvoid
DataSeries.setData
(List<DataSeriesItem> data) Sets the data to the provided list of data items.Constructors in com.vaadin.flow.component.charts.model with parameters of type DataSeriesItemModifierConstructorDescriptionDataSeries
(DataSeriesItem... items) Constructs a new DataSeries with the given items.DrilldownDetails
(Series series, DataSeriesItem item, int itemIndex) Construct a DrilldownDetailsConstructor parameters in com.vaadin.flow.component.charts.model with type arguments of type DataSeriesItemModifierConstructorDescriptionDataSeries
(List<DataSeriesItem> items) Constructs a new DataSeries instance with the given items. -
Uses of DataSeriesItem in com.vaadin.flow.component.charts.model.serializers
Methods in com.vaadin.flow.component.charts.model.serializers that return types with arguments of type DataSeriesItemMethods in com.vaadin.flow.component.charts.model.serializers with parameters of type DataSeriesItemModifier and TypeMethodDescriptionvoid
DataSeriesItemBeanSerializer.serialize
(DataSeriesItem bean, BeanSerializerDelegator<DataSeriesItem> serializer, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) Method parameters in com.vaadin.flow.component.charts.model.serializers with type arguments of type DataSeriesItemModifier and TypeMethodDescriptionvoid
DataSeriesItemBeanSerializer.serialize
(DataSeriesItem bean, BeanSerializerDelegator<DataSeriesItem> serializer, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)