Uses of Interface
com._1c.g5.aef2.standard.viewModels.AbstractDoubleSpinnerViewModel
-
Packages that use AbstractDoubleSpinnerViewModel Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of AbstractDoubleSpinnerViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of AbstractDoubleSpinnerViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
DoubleSpinnerViewModel
A representation of the model object 'Double Spinner View Model'. -
Uses of AbstractDoubleSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement AbstractDoubleSpinnerViewModel Modifier and Type Class Description class
AbstractDoubleSpinnerViewModelImpl
An implementation of the model object 'Abstract Double Spinner View Model'.class
DoubleSpinnerViewModelImpl
An implementation of the model object 'Double Spinner View Model'. -
Uses of AbstractDoubleSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type AbstractDoubleSpinnerViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseAbstractDoubleSpinnerViewModel(AbstractDoubleSpinnerViewModel object)
Returns the result of interpreting the object as an instance of 'Abstract Double Spinner View Model'.
-