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.boolean
Returns the value of the 'Double Buffered' attribute.void
setDoubleBuffered
(boolean value) Sets the value of the 'Double Buffered
' attribute.void
setLayout
(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, 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
Methods 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:
-