Uses of Interface
com.vaadin.componentfactory.maps.model.Series
Packages that use Series
Package
Description
-
Uses of Series in com.vaadin.componentfactory.maps.events
Methods in com.vaadin.componentfactory.maps.events that return Series -
Uses of Series in com.vaadin.componentfactory.maps.events.internal
Methods in com.vaadin.componentfactory.maps.events.internal that return SeriesConstructors in com.vaadin.componentfactory.maps.events.internal with parameters of type SeriesModifierConstructorDescriptionAbstractSeriesEvent(Series series) Constructs the event, storing the information about the series.AbstractSeriesItemEvent(Series series, MapDataSeriesItem item) Constructs the event with a series item (without the value).AbstractSeriesItemEvent(Series series, Number value) Constructs the event with a value (without the series item).DataAddedEvent(Series series, MapDataSeriesItem item, boolean shift) Constructs the event with given series, item and a shift information.DataAddedEvent(Series series, Number value) Constructs the event with given series and number.DataRemovedEvent(Series series, int index) Constructs the event with given series and index of the removed data.DataUpdatedEvent(Series series, MapDataSeriesItem item, int pointIndex) Constructs the event with given series, item and point index.DataUpdatedEvent(Series series, Number value, int pointIndex) Constructs the event with given series, number and point index.ItemSlicedEvent(Series series, int index, boolean sliced) Constructs the event with animated transition, redraws the chartItemSlicedEvent(Series series, int index, boolean sliced, boolean redraw) Constructs the event with animated transitionItemSlicedEvent(Series series, int index, boolean sliced, boolean redraw, boolean animation) Constructs the event.SeriesAddedEvent(Series series) Constructs the event.SeriesChangedEvent(Series series) Constructs the event.SeriesStateEvent(Series series, boolean enabled) Constructs the event with given series and its state information. -
Uses of Series in com.vaadin.componentfactory.maps.model
Classes in com.vaadin.componentfactory.maps.model that implement SeriesModifier and TypeClassDescriptionclassAbstract base class for seriesclassMapDataSeries class.Methods in com.vaadin.componentfactory.maps.model that return types with arguments of type SeriesMethods in com.vaadin.componentfactory.maps.model with parameters of type SeriesModifier and TypeMethodDescriptionvoidMapDataSeries.addItemWithDrilldown(MapDataSeriesItem item, Series series) Adds a new item to the series data.voidAdds a single series to the list of series in this configuration.voidSetter for the fieldseries.Method parameters in com.vaadin.componentfactory.maps.model with type arguments of type Series