Interface IGanttChartSettingsModel
- All Superinterfaces:
IModel
,IValidable
- All Known Implementing Classes:
BmGanttChartSettingsModel
Interface for model for general
GanttChart
settings.-
Method Summary
Modifier and TypeMethodDescriptionCreates working model for modification.void
Updates this model from given working model.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
-
createWorkingModel
IGanttChartSettingsWorkingModel createWorkingModel()Creates working model for modification.- Returns:
- the working model.
-
updateFrom
Updates this model from given working model.- Parameters:
model
- the working model.
-