Uses of Interface
com._1c.g5.aef2.standard.viewModels.CompositeViewModel
-
-
Uses of CompositeViewModel in com._1c.g5.aef2.standard.layout
Methods in com._1c.g5.aef2.standard.layout with parameters of type CompositeViewModel Modifier and Type Method Description void
AefGridLayoutFactory. applyTo(CompositeViewModel c)
Creates a new AefGridLayout and attaches it to the given composite. -
Uses of CompositeViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type CompositeViewModel Modifier and Type Method Description protected org.eclipse.swt.widgets.Composite
LwtCompositeView. createHeavyControl(org.eclipse.swt.widgets.Composite composite, CompositeViewModel viewModel)
-
Uses of CompositeViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type CompositeViewModel Modifier and Type Method Description org.eclipse.swt.widgets.Composite
SwtCompositeView. createControl(org.eclipse.swt.widgets.Composite parent, CompositeViewModel viewModel)
-
Uses of CompositeViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of CompositeViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
ScrolledCompositeContentViewModel
A representation of the model object 'Scrolled Composite Content View Model'.interface
ScrolledCompositeViewModel
A representation of the model object 'Scrolled Composite View Model'.interface
SectionViewModel
A representation of the model object 'Section View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return CompositeViewModel Modifier and Type Method Description CompositeViewModel
AefStandardFactory. createCompositeViewModel()
Returns a new object of class 'Composite View Model'. -
Uses of CompositeViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement CompositeViewModel Modifier and Type Class Description class
CompositeViewModelImpl
An implementation of the model object 'Composite View Model'.class
ScrolledCompositeContentViewModelImpl
An implementation of the model object 'Scrolled Composite Content View Model'.class
ScrolledCompositeViewModelImpl
An implementation of the model object 'Scrolled Composite View Model'.class
SectionViewModelImpl
An 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 CompositeViewModel
AefStandardFactoryImpl. createCompositeViewModel()
-
Uses of CompositeViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type CompositeViewModel Modifier and Type Method Description T1
AefStandardSwitch. 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.viewModels
Subinterfaces of CompositeViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interface
TabFolderViewModel
A representation of the model object 'Tab Folder View Model'. -
Uses of CompositeViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement CompositeViewModel Modifier and Type Class Description class
TabFolderViewModelImpl
An implementation of the model object 'Tab Folder View Model'. -
Uses of CompositeViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type CompositeViewModel Modifier and Type Method Description T1
DtAefSwitch. caseCompositeViewModel(CompositeViewModel object)
Returns the result of interpreting the object as an instance of 'Composite View Model'.
-