Package com._1c.g5.v8.dt.ui.aef.models
Interface IEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject>
-
- All Superinterfaces:
IAttribute<O,org.eclipse.emf.ecore.EStructuralFeature>
,IEmfAttribute<O>
,IModel
,ISelectionModel
,IValidable
- All Known Subinterfaces:
IEmfListSelectionModel<T,O>
,IEmfTreeSelectionModel<O>
,IEmfTreeToListSelectionModel<T,O>
,IEmfTreeToSingleItemSelectionModel<T,O>
,IEmfValueSelectionModel<T,O>
- All Known Implementing Classes:
BmConfigurationUsePurposesModel
,BmFilteringTreeToSingleItemSelectionModel
,BmListSelectionModel
,BmTreeToListSelectionModel
,BmTreeToSingleItemSelectionModel
,BmValueSelectionModel
,EmfListSelectionModel
,EmfTreeToListSelectionModel
,EmfTreeToSingleItemSelectionModel
,EmfValueSelectionModel
,ExtendedConfigurationObjectSelectionModel
,StandardObjectValueSelectionModel
public interface IEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject> extends ISelectionModel, IEmfAttribute<O>
The model interface forAbstractSelectionComponent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getWaitingPartIds()
Returns the derived state ids that is needed to wait.boolean
isValidState()
Returnstrue
if theIAttribute.getObject()
is in valid state.-
Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
-
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, 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
-
-
-
-
Method Detail
-
isValidState
boolean isValidState()
Returnstrue
if theIAttribute.getObject()
is in valid state.- Returns:
- the
true
if theIAttribute.getObject()
is in valid state.
-
getWaitingPartIds
Collection<String> getWaitingPartIds()
Returns the derived state ids that is needed to wait.- Returns:
- the ids
-
-