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 interface
FieldViewModel
A representation of the model object 'Field View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return ContainerViewModel Modifier and Type Method Description ContainerViewModel
AefStandardFactory. 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 class
ContainerViewModelImpl
An implementation of the model object 'Container View Model'.class
FieldViewModelImpl
An 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 ContainerViewModel
AefStandardFactoryImpl. 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 T1
AefStandardSwitch. caseContainerViewModel(ContainerViewModel object)
Returns the result of interpreting the object as an instance of 'Container View Model'.
-