Uses of Class
com.vaadin.flow.component.charts.model.GanttSeriesItem
Packages that use GanttSeriesItem
-
Uses of GanttSeriesItem in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return GanttSeriesItemModifier and TypeMethodDescriptionGanttSeries.get
(int index) ReturnsGanttSeriesItem
at given indexMethods in com.vaadin.flow.component.charts.model that return types with arguments of type GanttSeriesItemModifier and TypeMethodDescriptionGanttSeries.getData()
Return an unmodifiable copy of the items in this series.Methods in com.vaadin.flow.component.charts.model with parameters of type GanttSeriesItemModifier and TypeMethodDescriptionvoid
GanttSeries.add
(GanttSeriesItem item) Add given item to the seriesvoid
GanttSeries.addAll
(GanttSeriesItem... items) Add all the given items to the seriesMethod parameters in com.vaadin.flow.component.charts.model with type arguments of type GanttSeriesItemModifier and TypeMethodDescriptionvoid
GanttSeries.setData
(Collection<GanttSeriesItem> data) Set the list ofGanttSeriesItem
in this series.Constructor parameters in com.vaadin.flow.component.charts.model with type arguments of type GanttSeriesItemModifierConstructorDescriptionGanttSeries
(String name, Collection<GanttSeriesItem> data) Constructs a GanttSeries with the given name and data