Class MultiGanttChartLiteContainer

    • Constructor Detail

      • 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