Uses of Class
com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
Packages that use GanttSeriesItemDependency
-
Uses of GanttSeriesItemDependency in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return types with arguments of type GanttSeriesItemDependencyMethods in com.vaadin.flow.component.charts.model with parameters of type GanttSeriesItemDependencyModifier and TypeMethodDescriptionvoid
GanttSeriesItem.addDependency
(GanttSeriesItemDependency dependency) Adds a dependency on another task.Method parameters in com.vaadin.flow.component.charts.model with type arguments of type GanttSeriesItemDependencyModifier and TypeMethodDescriptionvoid
GanttSeriesItem.setDependencies
(List<GanttSeriesItemDependency> dependencies) Dependencies on another tasks (points) in the Gantt chart.