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:
BmAdditionSourceModel
,BmConfigurationUsePurposesModel
,BmDocumentButtonParameterListModel
,BmDocumentJournalButtonParameterListModel
,BmFilteringTreeToSingleItemSelectionModel
,BmFunctionalOptionsListModel
,BmListSelectionModel
,BmTreeToListSelectionModel
,BmTreeToSingleItemSelectionModel
,BmValueSelectionModel
,EmfListSelectionModel
,EmfTreeToListSelectionModel
,EmfTreeToSingleItemSelectionModel
,EmfValueSelectionModel
,ExtendedConfigurationObjectSelectionModel
,FunctionalOptionsListGroupModel
,StandardObjectValueSelectionModel
public interface IEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject>
extends ISelectionModel, IEmfAttribute<O>
The model interface for
AbstractSelectionComponent
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the derived state ids that is needed to wait.boolean
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 Details
-
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
-