Class NavigatorTreeDialogActionBarBmValue
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<MdObject>
com._1c.g5.v8.dt.md.ui.aef.models.NavigatorTreeDialogActionBarBmValue
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<MdObject,
,IBmObject> IValue<MdObject>
,IValidable
,IModelApiAwareModel
,INavigatorTreeDialogActionBarModel<IBmObject>
- Direct Known Subclasses:
BmCharacteristicsDescriptionSelectionModel
public class NavigatorTreeDialogActionBarBmValue
extends BmValue<MdObject>
implements INavigatorTreeDialogActionBarModel<IBmObject>
Bm value implementation
INavigatorTreeDialogActionBarModel
.-
Constructor Summary
ConstructorsConstructorDescriptionNavigatorTreeDialogActionBarBmValue
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Supplier<NavigatorTreeDialogModel> dialogModelSupplier) Creates new model. -
Method Summary
Modifier and TypeMethodDescriptionReturns external navigator tree dialog model, client must not dispose it.Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, dispose, getChange, getModelApi, getObject, getObjectValue, getProperty, processBmValueChange, setModelApi, setObjectValue
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.IAttribute
getObject, getProperty
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
-
Constructor Details
-
NavigatorTreeDialogActionBarBmValue
public NavigatorTreeDialogActionBarBmValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Supplier<NavigatorTreeDialogModel> dialogModelSupplier) Creates new model.- Parameters:
object
- the object, cannot benull
feature
- the feature, cannot benull
dialogModelSupplier
- the navigator tree dialog model supplier, cannot benull
-
-
Method Details
-
getDialogModel
Description copied from interface:INavigatorTreeDialogActionBarModel
Returns external navigator tree dialog model, client must not dispose it.- Specified by:
getDialogModel
in interfaceINavigatorTreeDialogActionBarModel<IBmObject>
- Returns:
- the navigator tree dialog model, cannot be
null
.
-