Class GanttChartBase<R extends Row<?,​?,​?>>

Type Parameters:
R - the type of the rows shown by the Gantt chart (e.g. "Aircraft")
All Implemented Interfaces:
Styleable, EventTarget, Skinnable
Direct Known Subclasses:
GanttChart, GanttChartLite

public abstract class GanttChartBase<R extends Row<?,​?,​?>>
extends FlexGanttFXControl
Abstract base class for all Gantt chart controls. For detailed information please refer to the documentation on those classes.
Since:
1.6
See Also:
GanttChart, GanttChartLite