Interface CompositeViewModel
- All Superinterfaces:
CompositeControlViewModel,ControlViewModel,org.eclipse.emf.ecore.EObject,IContainerControlViewModel,IContainerViewModel,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ScrolledCompositeContentViewModel,ScrolledCompositeViewModel,SectionViewModel,TabFolderViewModel
- All Known Implementing Classes:
CompositeViewModelImpl,ScrolledCompositeContentViewModelImpl,ScrolledCompositeViewModelImpl,SectionViewModelImpl,TabFolderViewModelImpl
A representation of the model object 'Composite View Model'.
Composite control view model.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Layout' reference.booleanReturns the value of the 'Double Buffered' attribute.voidsetDoubleBuffered(boolean value) Sets the value of the 'Double Buffered' attribute.voidsetLayout(IAefLayout value) Sets the value of the 'Layout' reference.Methods 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
-
getLayout
IAefLayout getLayout()Returns the value of the 'Layout' reference. The layout for the composite- Returns:
- the value of the 'Layout' reference.
- See Also:
-
setLayout
Sets the value of the 'Layout' reference.- Parameters:
value- the new value of the 'Layout' reference.- See Also:
-
isDoubleBuffered
boolean isDoubleBuffered()Returns the value of the 'Double Buffered' attribute. Indicates to use double buffer- Returns:
- the value of the 'Double Buffered' attribute.
- See Also:
-
setDoubleBuffered
void setDoubleBuffered(boolean value) Sets the value of the 'Double Buffered' attribute.- Parameters:
value- the new value of the 'Double Buffered' attribute.- See Also:
-