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
public interface TabFolderViewModel extends CompositeViewModel
A representation of the model object 'Tab Folder View Model'. The tab folder view modelThe following features are supported:
- See Also:
DtAefPackage.getTabFolderViewModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.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, setLayout
-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
-
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.IContainerViewModel
getChildren
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-
-
-
Method Detail
-
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:
DtAefPackage.getTabFolderViewModel_Items()
-
-