We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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) Returns
GanttSeriesItem
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 series
void
GanttSeries.addAll
(GanttSeriesItem... items) Add all the given items to the series
Method parameters in com.vaadin.flow.component.charts.model with type arguments of type GanttSeriesItemModifier and TypeMethodDescriptionvoid
GanttSeries.setData
(Collection<GanttSeriesItem> data) Set the list of
GanttSeriesItem
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