Uses of Interface
com._1c.g5.aef2.standard.viewModels.DialogViewModel
-
Packages that use DialogViewModel Package Description com._1c.g5.aef2.standard.components com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of DialogViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return DialogViewModel Modifier and Type Method Description DialogViewModel
DialogComponent. getViewModel()
-
Uses of DialogViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return DialogViewModel Modifier and Type Method Description DialogViewModel
AefStandardFactory. createDialogViewModel()
Returns a new object of class 'Dialog View Model'. -
Uses of DialogViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement DialogViewModel Modifier and Type Class Description class
DialogViewModelImpl
An implementation of the model object 'Dialog View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return DialogViewModel Modifier and Type Method Description DialogViewModel
AefStandardFactoryImpl. createDialogViewModel()
-
Uses of DialogViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type DialogViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseDialogViewModel(DialogViewModel object)
Returns the result of interpreting the object as an instance of 'Dialog View Model'.
-