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 interfaceDoubleSpinnerViewModelA 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 classAbstractDoubleSpinnerViewModelImplAn implementation of the model object 'Abstract Double Spinner View Model'.classDoubleSpinnerViewModelImplAn 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 T1AefStandardSwitch. caseAbstractDoubleSpinnerViewModel(AbstractDoubleSpinnerViewModel object)Returns the result of interpreting the object as an instance of 'Abstract Double Spinner View Model'.
-