Class BmCharacteristicsDescriptionValueModel
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<Value>
com._1c.g5.v8.dt.md.ui.aef.models.value.BmValueModel
com._1c.g5.v8.dt.md.ui.aef.models.value.BmCharacteristicsDescriptionValueModel
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<Value,
,IBmObject> IValue<Value>
,IValidable
,IModelApiAwareModel
,IValueModel
The
CharacteristicsDescription
BM IValueModel
implementation.-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.md.ui.aef.models.value.BmValueModel
listener, typeDescriptionValue, typeItemValue
-
Constructor Summary
ConstructorsConstructorDescriptionBmCharacteristicsDescriptionValueModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project) Creates a new model. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
createTypeDescriptionModel
(org.eclipse.emf.ecore.EStructuralFeature typeDescriptionFeature) Creates type description source model.void
dispose()
Disposes this model.void
setComponent
(IComponent<?> component) Associate this model with the component.Methods inherited from class com._1c.g5.v8.dt.md.ui.aef.models.value.BmValueModel
get, getColorProvider, getContextObject, getCurrentTypeItem, getFontProvider, getTypeDescription, getTypeItemModel, getV8project, initTypeItemModelExternal, isEqual
Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, getChange, getModelApi, getObject, getObjectValue, getProperty, processBmValueChange, setModelApi, setObjectValue
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, getCommittedValue, getUncommittedValue, getValidatorTarget, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, 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, 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.IModel
addModelListener, commit, discard, getChange, getComponent, isOnline, removeModelListener
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, removeValueListener, set
Methods inherited from interface com._1c.g5.v8.dt.md.ui.aef.models.value.IValueModel
convertTypeItemToValue, getContentProvider, getObject
-
Constructor Details
-
BmCharacteristicsDescriptionValueModel
public BmCharacteristicsDescriptionValueModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project) Creates a new model.
-
-
Method Details
-
setComponent
Description copied from interface:IModel
Associate this model with the component.- Specified by:
setComponent
in interfaceIModel
- Overrides:
setComponent
in classBmValueModel
- Parameters:
component
- the component to associate with.
-
dispose
public void dispose()Description copied from interface:IModel
Disposes this model.- Specified by:
dispose
in interfaceIModel
- Overrides:
dispose
in classBmValueModel
-
createTypeDescriptionModel
protected void createTypeDescriptionModel(org.eclipse.emf.ecore.EStructuralFeature typeDescriptionFeature) Description copied from class:BmValueModel
Creates type description source model.- Overrides:
createTypeDescriptionModel
in classBmValueModel
- Parameters:
typeDescriptionFeature
- the type description source field
-