Class ExtendedConfigurationObjectPropertyStateModel
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<MdPropertyState>
com._1c.g5.v8.dt.md.ui.extension.aef.models.PropertyStateModel
com._1c.g5.v8.dt.md.ui.extension.aef.models.ExtendedConfigurationObjectPropertyStateModel
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<MdPropertyState,
,IBmObject> IValue<MdPropertyState>
,IValidable
,IModelApiAwareModel
Custom
PropertyStateModel
for edit property state without value change side effects-
Constructor Summary
ConstructorsConstructorDescriptionExtendedConfigurationObjectPropertyStateModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IMdAdoptedPropertyAccess mdAdoptedPropertyAccess, IMdAdoptedPropertyNotifier mdAdoptedPropertyNotifier, IModelObjectAdopter modelObjectAdopter) Constructor ofExtendedConfigurationObjectPropertyStateModel
. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
shouldSetSourceValue
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdPropertyType type, MdPropertyState newState) Check value is should be set to new stateprotected boolean
shouldUnsetValue
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdPropertyState newState) Check value is should be unset to defaultMethods inherited from class com._1c.g5.v8.dt.md.ui.extension.aef.models.PropertyStateModel
dispose, getObjectValue, processBmValueChange, setObjectValue, unsetValue
Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, getChange, getModelApi, getObject, getProperty, setModelApi
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, 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, 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.IModel
addModelListener, commit, discard, 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
-
Constructor Details
-
ExtendedConfigurationObjectPropertyStateModel
public ExtendedConfigurationObjectPropertyStateModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IMdAdoptedPropertyAccess mdAdoptedPropertyAccess, IMdAdoptedPropertyNotifier mdAdoptedPropertyNotifier, IModelObjectAdopter modelObjectAdopter) Constructor ofExtendedConfigurationObjectPropertyStateModel
.- Parameters:
object
- the object, cannot benull
feature
- the object feature, cannot benull
mdAdoptedPropertyAccess
- the metadata adopted property access, cannot benull
mdAdoptedPropertyNotifier
- the metadata adopted property notifier, cannot benull
modelObjectAdopter
- the model object adopter, cannot benull
-
-
Method Details
-
shouldSetSourceValue
protected boolean shouldSetSourceValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdPropertyType type, MdPropertyState newState) Description copied from class:PropertyStateModel
Check value is should be set to new state- Overrides:
shouldSetSourceValue
in classPropertyStateModel
feature
- the property to set, cannot benull
type
- the metadata property type, cannot benull
newState
- the new value of the given property, may benull
to erase property value- Returns:
true
if value in given object and specified feature should be unsets,false
in otherwise
-
shouldUnsetValue
protected boolean shouldUnsetValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdPropertyState newState) Description copied from class:PropertyStateModel
Check value is should be unset to default- Overrides:
shouldUnsetValue
in classPropertyStateModel
- Parameters:
object
- the object to set new value, cannot benull
.feature
- the feture to set, cannot benull
.newState
- the new state value to set, can benull
.- Returns:
true
if value in given object and specified feature should be unsets,false
in otherwise
-