Interface IGanttChartSettingsWorkingModel
- All Superinterfaces:
IEditableModel
,IModel
,IValidable
GanttChart
general settings model's interface.-
Method Summary
Modifier and TypeMethodDescriptionGets the fixed variant interval value.Gets the fixed variant measure value.Gets the gantt chart background intervals model.Gets the keep scale variant value.Gets the none variant chars value.Gets the none variant measure value.Gets the time scale levels model.Gets the vertical scroll enable value.Methods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditable
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
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
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
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
Gets the vertical scroll enable value.- Returns:
- the vertical scroll enable value.
-