Uses of Interface
com._1c.g5.aef2.standard.viewModels.ContainerViewModel
-
Packages that use ContainerViewModel Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of ContainerViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of ContainerViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interfaceFieldViewModelA representation of the model object 'Field View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return ContainerViewModel Modifier and Type Method Description ContainerViewModelAefStandardFactory. createContainerViewModel()Returns a new object of class 'Container View Model'. -
Uses of ContainerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ContainerViewModel Modifier and Type Class Description classContainerViewModelImplAn implementation of the model object 'Container View Model'.classFieldViewModelImplAn implementation of the model object 'Field View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ContainerViewModel Modifier and Type Method Description ContainerViewModelAefStandardFactoryImpl. createContainerViewModel() -
Uses of ContainerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ContainerViewModel Modifier and Type Method Description T1AefStandardSwitch. caseContainerViewModel(ContainerViewModel object)Returns the result of interpreting the object as an instance of 'Container View Model'.
-