Package com._1c.g5.v8.dt.ui.aef.models
Interface IEmfValueSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>
-
- All Superinterfaces:
IAttribute<O,org.eclipse.emf.ecore.EStructuralFeature>
,IEmfAttribute<O>
,IEmfSelectionModel<O>
,IModel
,ISelectionModel
,IValidable
,IValue<T>
- All Known Subinterfaces:
IEmfTreeToSingleItemSelectionModel<T,O>
- All Known Implementing Classes:
BmFilteringTreeToSingleItemSelectionModel
,BmTreeToSingleItemSelectionModel
,BmValueSelectionModel
,EmfTreeToSingleItemSelectionModel
,EmfValueSelectionModel
,ExtendedConfigurationObjectSelectionModel
,StandardObjectValueSelectionModel
public interface IEmfValueSelectionModel<T,O extends org.eclipse.emf.ecore.EObject> extends IEmfSelectionModel<O>, IValue<T>
The model interface forValueSelectionComponent
.
-
-
Method Summary
-
Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
-
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.models.IEmfSelectionModel
getWaitingPartIds, isValidState
-
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.v8.dt.ui.aef.models.ISelectionModel
getComparator, getComparer, getContentProvider, getInput, getLabelProvider, getProject, getV8project, isMulti
-
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
-
-