Interface IGanttChartSettingsWorkingModel

All Superinterfaces:
IEditableModel, IModel, IValidable

public interface IGanttChartSettingsWorkingModel extends IModel, IEditableModel
GanttChart general settings model's interface.
  • Method Details

    • getTimeScaleLevelsModel

      ITimeScaleLevelsModel getTimeScaleLevelsModel()
      Gets the time scale levels model.
      Returns:
      the time scale levels model.
    • getGanttChartBackgroundIntervalsModel

      IGanttChartBackgroundIntervalsModel getGanttChartBackgroundIntervalsModel()
      Gets the gantt chart background intervals model.
      Returns:
      the gantt chart background intervals model.
    • getKeepScaleVariantValue

      IValue<GanttChartScaleKeeping> getKeepScaleVariantValue()
      Gets the keep scale variant value.
      Returns:
      the keep scale variant value.
    • getFixedVariantMeasureValue

      IValue<TimeScaleUnitType> getFixedVariantMeasureValue()
      Gets the fixed variant measure value.

      Note: fixed variant measure used with GanttChartScaleKeeping.PERIOD. This naming inconsistency comes from 1c.

      Returns:
      the fixed variant measure value.
    • getFixedVariantIntervalValue

      IValue<Integer> getFixedVariantIntervalValue()
      Gets the fixed variant interval value.

      Note: fixed variant interval used with GanttChartScaleKeeping.PERIOD. This naming inconsistency comes from 1c.

      Returns:
      the fixed variant interval value.
    • getNoneVariantCharsValue

      IValue<Double> getNoneVariantCharsValue()
      Gets the none variant chars value.

      Note: none variant chars used with GanttChartScaleKeeping.FIXED. This naming inconsistency comes from 1c.

      Returns:
      the none variant chars value.
    • getNoneVariantMeasureValue

      IValue<TimeScaleUnitType> getNoneVariantMeasureValue()
      Gets the none variant measure value.

      Note: none variant measure used with GanttChartScaleKeeping.FIXED. This naming inconsistency comes from 1c.

      Returns:
      the none variant measure value.
    • getVerticalScrollEnableValue

      IValue<Boolean> getVerticalScrollEnableValue()
      Gets the vertical scroll enable value.
      Returns:
      the vertical scroll enable value.