Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.GanttChartBackgroundIntervals
-
Packages that use GanttChartBackgroundIntervals Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl com._1c.g5.v8.dt.ganttchart.model.util -
-
Uses of GanttChartBackgroundIntervals in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartBackgroundIntervals Modifier and Type Method Description GanttChartBackgroundIntervalsGanttChartFactory. createGanttChartBackgroundIntervals()Returns a new object of class 'Background Intervals'.GanttChartBackgroundIntervalsGanttChart. getBackIntervals()Returns the value of the 'Back Intervals' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type GanttChartBackgroundIntervals Modifier and Type Method Description voidGanttChart. setBackIntervals(GanttChartBackgroundIntervals value)Sets the value of the 'Back Intervals' containment reference. -
Uses of GanttChartBackgroundIntervals in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement GanttChartBackgroundIntervals Modifier and Type Class Description classGanttChartBackgroundIntervalsImplAn implementation of the model object 'Background Intervals'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartBackgroundIntervals Modifier and Type Method Description GanttChartBackgroundIntervalsGanttChartFactoryImpl. createGanttChartBackgroundIntervals()GanttChartBackgroundIntervalsGanttChartImpl. getBackIntervals()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartBackgroundIntervals Modifier and Type Method Description voidGanttChartImpl. setBackIntervals(GanttChartBackgroundIntervals newBackIntervals) -
Uses of GanttChartBackgroundIntervals in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type GanttChartBackgroundIntervals Modifier and Type Method Description TGanttChartSwitch. caseGanttChartBackgroundIntervals(GanttChartBackgroundIntervals object)Returns the result of interpreting the object as an instance of 'Background Intervals'.
-