Uses of Interface
com._1c.g5.aef2.standard.viewModels.CompositeViewModel
- 
- 
Uses of CompositeViewModel in com._1c.g5.aef2.standard.layoutMethods in com._1c.g5.aef2.standard.layout with parameters of type CompositeViewModel Modifier and Type Method Description voidAefGridLayoutFactory. applyTo(CompositeViewModel c)Creates a new AefGridLayout and attaches it to the given composite.
- 
Uses of CompositeViewModel in com._1c.g5.aef2.standard.lwt.viewsMethods in com._1c.g5.aef2.standard.lwt.views with parameters of type CompositeViewModel Modifier and Type Method Description protected org.eclipse.swt.widgets.CompositeLwtCompositeView. createHeavyControl(org.eclipse.swt.widgets.Composite composite, CompositeViewModel viewModel)
- 
Uses of CompositeViewModel in com._1c.g5.aef2.standard.swt.viewsMethods in com._1c.g5.aef2.standard.swt.views with parameters of type CompositeViewModel Modifier and Type Method Description org.eclipse.swt.widgets.CompositeSwtCompositeView. createControl(org.eclipse.swt.widgets.Composite parent, CompositeViewModel viewModel)
- 
Uses of CompositeViewModel in com._1c.g5.aef2.standard.viewModelsSubinterfaces of CompositeViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interfaceScrolledCompositeContentViewModelA representation of the model object 'Scrolled Composite Content View Model'.interfaceScrolledCompositeViewModelA representation of the model object 'Scrolled Composite View Model'.interfaceSectionViewModelA representation of the model object 'Section View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return CompositeViewModel Modifier and Type Method Description CompositeViewModelAefStandardFactory. createCompositeViewModel()Returns a new object of class 'Composite View Model'.
- 
Uses of CompositeViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement CompositeViewModel Modifier and Type Class Description classCompositeViewModelImplAn implementation of the model object 'Composite View Model'.classScrolledCompositeContentViewModelImplAn implementation of the model object 'Scrolled Composite Content View Model'.classScrolledCompositeViewModelImplAn implementation of the model object 'Scrolled Composite View Model'.classSectionViewModelImplAn implementation of the model object 'Section View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return CompositeViewModel Modifier and Type Method Description CompositeViewModelAefStandardFactoryImpl. createCompositeViewModel()
- 
Uses of CompositeViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type CompositeViewModel Modifier and Type Method Description T1AefStandardSwitch. caseCompositeViewModel(CompositeViewModel object)Returns the result of interpreting the object as an instance of 'Composite View Model'.
- 
Uses of CompositeViewModel in com._1c.g5.v8.dt.ui.aef.viewModelsSubinterfaces of CompositeViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interfaceTabFolderViewModelA representation of the model object 'Tab Folder View Model'.
- 
Uses of CompositeViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement CompositeViewModel Modifier and Type Class Description classTabFolderViewModelImplAn implementation of the model object 'Tab Folder View Model'.
- 
Uses of CompositeViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type CompositeViewModel Modifier and Type Method Description T1DtAefSwitch. caseCompositeViewModel(CompositeViewModel object)Returns the result of interpreting the object as an instance of 'Composite View Model'.
 
-