Package com._1c.g5.aef2.viewModels
Interface IContainerViewModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CompositeControlViewModel
,CompositeViewModel
,ContainerViewModel
,DialogViewModel
,FieldViewModel
,IContainerControlViewModel
,IDialogViewModel
,NewWizardPageViewModel
,ScrolledCompositeContentViewModel
,ScrolledCompositeViewModel
,SectionViewModel
,TabFolderViewModel
- All Known Implementing Classes:
CompositeControlViewModelImpl
,CompositeViewModelImpl
,ContainerViewModelImpl
,DialogViewModelImpl
,FieldViewModelImpl
,NewWizardPageViewModelImpl
,ScrolledCompositeContentViewModelImpl
,ScrolledCompositeViewModelImpl
,SectionViewModelImpl
,TabFolderViewModelImpl
A representation of the model object 'IContainer View Model'.
The model that may contain other view models but has no corresponding
IView
. In other words, its child views are embedded in the
parent view of the container view.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IViewModel>
Returns the value of the 'Children' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getChildren
org.eclipse.emf.common.util.EList<IViewModel> getChildren()Returns the value of the 'Children' containment reference list. The list contents are of typeIViewModel
. It is bidirectional and its opposite is 'Parent
'. * Child view models of this view model.- Returns:
- the value of the 'Children' containment reference list.
- See Also:
-