Uses of Class
com.vaadin.flow.component.charts.model.DataSeriesItem
-
-
Uses of DataSeriesItem in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return DataSeriesItem Modifier and Type Method Description default DataSeriesItemHasItem. 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 DataSeriesItem Modifier and Type Method Description DataSeriesItemAbstractSeriesItemEvent. getItem()The item added.Constructors in com.vaadin.flow.component.charts.events.internal with parameters of type DataSeriesItem Constructor Description AbstractSeriesItemEvent(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.model Modifier and Type Class Description classBoxPlotItemA DataSeriesItem implementation suitable for box plot charts.classDataSeriesItem3dDataSeriesItem that can hold also Z value.classDataSeriesItemBulletDataSeriesItem that can hold also target and targetOptions.classDataSeriesItemTimelineDataSeriesItem that can hold also Label and Description values.classDataSeriesItemXrangeDataSeriesItem that can hold also x2 and partialFill amount and color.classFlagItemDataSeriesItem that can hold also title and text values.classOhlcItemA DataSeriesItem implementation suitable for OHLC charts.classWaterFallSumDataSeriesItem that can be used as sum or intermediate sum in waterfall charts.Methods in com.vaadin.flow.component.charts.model that return DataSeriesItem Modifier and Type Method Description DataSeriesItemDataSeries. get(int index)ReturnsDataSeriesItemat given indexDataSeriesItemDataSeries. get(String name)DataSeriesItemDrilldownCallback.DrilldownDetails. getItem()Returns the item that was clickedMethods in com.vaadin.flow.component.charts.model that return types with arguments of type DataSeriesItem Modifier and Type Method Description List<DataSeriesItem>DataSeries. getData()Return an unmodifiable list of the data items in this series.Methods in com.vaadin.flow.component.charts.model with parameters of type DataSeriesItem Modifier and Type Method Description voidDataSeries. add(DataSeriesItem item)Adds a data item and immediately updates the chart if it already has been drawn.voidDataSeries. add(DataSeriesItem item, boolean updateChartImmediately, boolean shift)Adds a data item and immediately sends an update to the chart if so specified.voidDataSeries. addItemWithDrilldown(DataSeriesItem item)Adds a new item to the series data and enables drilldown for it.voidDataSeries. addItemWithDrilldown(DataSeriesItem item, Series series)Adds a new item to the series data.voidDataSeries. remove(DataSeriesItem item)Removes a given item and immediately removes it from the chart.voidDataSeries. 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 DataSeriesItem Modifier and Type Method Description voidDataSeries. 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 DataSeriesItem Constructor Description DataSeries(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 DataSeriesItem Constructor Description DataSeries(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 DataSeriesItem Modifier and Type Method Description Class<DataSeriesItem>DataSeriesItemBeanSerializer. getBeanClass()Methods in com.vaadin.flow.component.charts.model.serializers with parameters of type DataSeriesItem Modifier and Type Method Description voidDataSeriesItemBeanSerializer. 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 DataSeriesItem Modifier and Type Method Description voidDataSeriesItemBeanSerializer. serialize(DataSeriesItem bean, BeanSerializerDelegator<DataSeriesItem> serializer, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-