Interface IChartLineModel
- All Superinterfaces:
IEditableModel
,IModel
,IValidable
,IValue<ChartLine>
- All Known Subinterfaces:
INullableChartLineModel
- All Known Implementing Classes:
BmChartLineModel
,BmNullableChartLineModel
,EmfChartLineModel
,EmfNullableChartLineModel
The model for chart line component.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the model of the planner line type.void
set
(ChartLineType newType) Sets the new line type.Methods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditable
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Method Details
-
getLineTypeModel
IValue<ChartLineType> getLineTypeModel()Returns the model of the planner line type.- Returns:
- the model of the planner line type.
-
set
Sets the new line type.- Parameters:
newType
- the new line type.
-