Interface TabFolderViewModel
- All Superinterfaces:
CompositeControlViewModel,CompositeViewModel,ControlViewModel,org.eclipse.emf.ecore.EObject,IContainerControlViewModel,IContainerViewModel,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TabFolderViewModelImpl
A representation of the model object 'Tab Folder View Model'.
The tab folder view model
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TabItemViewModel>getItems()Returns the value of the 'Items' containment reference list.Methods inherited from interface com._1c.g5.aef2.standard.viewModels.CompositeViewModel
getLayout, isDoubleBuffered, setDoubleBuffered, setLayoutMethods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatusMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.aef2.viewModels.IContainerViewModel
getChildrenMethods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParentMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getItems
org.eclipse.emf.common.util.EList<TabItemViewModel> getItems()Returns the value of the 'Items' containment reference list. The list contents are of typeTabItemViewModel. The contained tab items- Returns:
- the value of the 'Items' containment reference list.
- See Also:
-