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 DialogViewModelDialogComponent. 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 DialogViewModelAefStandardFactory. 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 classDialogViewModelImplAn 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 DialogViewModelAefStandardFactoryImpl. 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 T1AefStandardSwitch. caseDialogViewModel(DialogViewModel object)Returns the result of interpreting the object as an instance of 'Dialog View Model'.
-