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
public interface CompositeViewModel extends CompositeControlViewModel
A representation of the model object 'Composite View Model'. Composite control view model.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAefLayout
getLayout()
Returns the value of the 'Layout' reference.boolean
isDoubleBuffered()
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
-
-
-
-
Method Detail
-
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(IAefLayout)
,AefStandardPackage.getCompositeViewModel_Layout()
-
setLayout
void setLayout(IAefLayout value)
Sets the value of the 'Layout
' reference.- Parameters:
value
- the new value of the 'Layout' reference.- See Also:
getLayout()
-
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(boolean)
,AefStandardPackage.getCompositeViewModel_DoubleBuffered()
-
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:
isDoubleBuffered()
-
-