Class MultiGanttChartLiteContainer

All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class MultiGanttChartLiteContainer
extends MultiGanttChartContainerBase<GanttChartLite<?>>
A container capable of displaying multiple instances of GanttChartLite and keeping their layouts and their scrolling and zooming behaviour in sync. The control utilizes a standard SplitPane for laying out the charts vertically. Multi Gantt Chart Lite Container
Since:
1.6
See Also:
DualGanttChartLiteContainer
  • Constructor Details

    • MultiGanttChartLiteContainer

      public MultiGanttChartLiteContainer​(boolean autoBinding, GanttChartLite<?>... ganttCharts)
      Constructs a new container with the given Gantt chart controls.
      Parameters:
      autoBinding - if true many properties of the given controls will be bound to their equivalent of the Gantt chart on the first position
      ganttCharts - the Gantt charts to add to this container
      Since:
      1.6
    • MultiGanttChartLiteContainer

      public MultiGanttChartLiteContainer​(GanttChartLite<?>... ganttCharts)
      Constructs a new container with the given Gantt chart controls. The properties of the charts will be bound to the same properties of the Gantt chart on the first position.
      Parameters:
      ganttCharts - the Gantt charts to add to this container
      Since:
      1.6
    • MultiGanttChartLiteContainer

      public MultiGanttChartLiteContainer​(boolean autoBinding)
      Constructs a new empty container. Gantt charts must be added to the list returned by ContainerBase.getGanttCharts().
      Parameters:
      autoBinding - if true many properties of the given controls will be bound to their equivalent of the Gantt chart on the first position
      Since:
      1.6
    • MultiGanttChartLiteContainer

      public MultiGanttChartLiteContainer()
      Constructs a new container. Gantt charts must be added to the list returned by ContainerBase.getGanttCharts().The properties of the charts will be bound to the same properties of the Gantt chart on the first position.
      Since:
      1.6