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 interfaceCompositeControlViewModelA representation of the model object 'Composite Control View Model'.interfaceCompositeViewModelA representation of the model object 'Composite View Model'.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'. -
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 classCompositeControlViewModelImplAn implementation of the model object 'Composite Control View Model'.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'. -
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 T1AefStandardSwitch. 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 TAefSwitch. 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 interfaceTabFolderViewModelA 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 classTabFolderViewModelImplAn 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 T1DtAefSwitch. caseIContainerControlViewModel(IContainerControlViewModel object)Returns the result of interpreting the object as an instance of 'IContainer Control View Model'.
-