Class BmChartLineModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.value.Value<T>
com._1c.g5.v8.dt.aef2.bm.models.BmValue<ChartLine>
com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.BmChartLineModel
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<ChartLine,
,IBmObject> IValue<ChartLine>
,IValidable
,IModelApiAwareModel
,IChartLineModel
The bm implementation of
IChartLineModel
.-
Constructor Summary
ConstructorsConstructorDescriptionBmChartLineModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Instantiates a new bm value. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Disposes this model.Returns the model of the planner line type.void
void
set
(ChartLineType newType) Sets the new line type.void
setModelApi
(IModelApi modelApi) Sets the specified API to the model.Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, getChange, getModelApi, getObject, getObjectValue, getProperty, processBmValueChange, setObjectValue
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, setCommittedValue, setUncommittedValue, setValue, toString
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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, 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
-
Constructor Details
-
BmChartLineModel
public BmChartLineModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Instantiates a new bm value.- Parameters:
object
- the object, cannot benull
feature
- the feature, cannot benull
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:IModel
Disposes this model. -
setModelApi
Description copied from interface:IModelApiAwareModel
Sets the specified API to the model.- Specified by:
setModelApi
in interfaceIModelApiAwareModel
- Overrides:
setModelApi
in classBmValue<ChartLine>
- Parameters:
modelApi
- the API, can benull
.
-
getLineTypeModel
Description copied from interface:IChartLineModel
Returns the model of the planner line type.- Specified by:
getLineTypeModel
in interfaceIChartLineModel
- Returns:
- the model of the planner line type.
-
set
Description copied from interface:IChartLineModel
Sets the new line type.- Specified by:
set
in interfaceIChartLineModel
- Parameters:
newType
- the new line type.
-
set
-