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