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 SpinnerViewModel
SpinnerComponent. 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 SpinnerViewModel
AefStandardFactory. 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 class
SpinnerViewModelImpl
An 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 SpinnerViewModel
AefStandardFactoryImpl. 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 T1
AefStandardSwitch. caseSpinnerViewModel(SpinnerViewModel object)
Returns the result of interpreting the object as an instance of 'Spinner View Model'.
-