Uses of Interface
com._1c.g5.aef2.standard.viewModels.SpinnerViewModel
-
Packages that use SpinnerViewModel 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 SpinnerViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return SpinnerViewModel Modifier and Type Method Description protected SpinnerViewModelSpinnerComponent. createControlViewModel() -
Uses of SpinnerViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return SpinnerViewModel Modifier and Type Method Description SpinnerViewModelAefStandardFactory. createSpinnerViewModel()Returns a new object of class 'Spinner View Model'. -
Uses of SpinnerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement SpinnerViewModel Modifier and Type Class Description classSpinnerViewModelImplAn implementation of the model object 'Spinner View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return SpinnerViewModel Modifier and Type Method Description SpinnerViewModelAefStandardFactoryImpl. createSpinnerViewModel() -
Uses of SpinnerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type SpinnerViewModel Modifier and Type Method Description T1AefStandardSwitch. caseSpinnerViewModel(SpinnerViewModel object)Returns the result of interpreting the object as an instance of 'Spinner View Model'.
-