Uses of Interface
com._1c.g5.aef2.standard.viewModels.CompositeControlViewModel
-
-
Uses of CompositeControlViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of CompositeControlViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
CompositeViewModel
A representation of the model object 'Composite View Model'.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'. -
Uses of CompositeControlViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement CompositeControlViewModel Modifier and Type Class Description class
CompositeControlViewModelImpl
An implementation of the model object 'Composite Control View Model'.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'. -
Uses of CompositeControlViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type CompositeControlViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseCompositeControlViewModel(CompositeControlViewModel object)
Returns the result of interpreting the object as an instance of 'Composite Control View Model'. -
Uses of CompositeControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of CompositeControlViewModel 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 CompositeControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement CompositeControlViewModel Modifier and Type Class Description class
TabFolderViewModelImpl
An implementation of the model object 'Tab Folder View Model'. -
Uses of CompositeControlViewModel 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 CompositeControlViewModel Modifier and Type Method Description T1
DtAefSwitch. caseCompositeControlViewModel(CompositeControlViewModel object)
Returns the result of interpreting the object as an instance of 'Composite Control View Model'.
-