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
public interface IContainerViewModel extends IViewModel
A representation of the model object 'IContainer View Model'. The model that may contain other view models but has no correspondingIView. In other words, its child views are embedded in the parent view of the container view.The following features are supported:
- See Also:
AefPackage.getIContainerViewModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<IViewModel>getChildren()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
-
-
-
-
Method Detail
-
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:
AefPackage.getIContainerViewModel_Children(),IViewModel.getParent()
-
-