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) ReturnsGanttSeriesItemat 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 TypeMethodDescriptionvoidGanttSeries.add(GanttSeriesItem item) Add given item to the seriesvoidGanttSeries.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 TypeMethodDescriptionvoidGanttSeries.setData(Collection<GanttSeriesItem> data) Set the list ofGanttSeriesItemin 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