Class DualGanttChartContainerBase<T extends GanttChartBase<?>>

Type Parameters:
T - the type of the Gantt chart
All Implemented Interfaces:
Styleable, EventTarget, Skinnable
Direct Known Subclasses:
DualGanttChartContainer, DualGanttChartLiteContainer

public abstract class DualGanttChartContainerBase<T extends GanttChartBase<?>>
extends ContainerBase<T>
A specialization of ContainerBase capable of displaying exactly two instances of GanttChartBase and keeping their layouts and their scrolling and zooming behavior in sync. The container distinguishes between a primary and a secondary Gantt chart, where the secondary Gantt chart is located in the detail node section of a MasterDetailPane. It can be hidden or shown on demand. Each one of the two Gantt charts can have its own header and footer.
Since:
1.6