Uses of Interface
com._1c.g5.aef2.standard.viewModels.DoubleSpinnerViewModel
-
-
Uses of DoubleSpinnerViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return DoubleSpinnerViewModel Modifier and Type Method Description protected DoubleSpinnerViewModel
DoubleSpinnerComponent. createControlViewModel()
-
Uses of DoubleSpinnerViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type DoubleSpinnerViewModel Modifier and Type Method Description org.eclipse.swt.widgets.Spinner
SwtDoubleSpinnerView. createControl(org.eclipse.swt.widgets.Composite parent, DoubleSpinnerViewModel viewModel)
-
Uses of DoubleSpinnerViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return DoubleSpinnerViewModel Modifier and Type Method Description DoubleSpinnerViewModel
AefStandardFactory. createDoubleSpinnerViewModel()
Returns a new object of class 'Double Spinner View Model'. -
Uses of DoubleSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement DoubleSpinnerViewModel Modifier and Type Class Description class
DoubleSpinnerViewModelImpl
An implementation of the model object 'Double Spinner View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return DoubleSpinnerViewModel Modifier and Type Method Description DoubleSpinnerViewModel
AefStandardFactoryImpl. createDoubleSpinnerViewModel()
-
Uses of DoubleSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type DoubleSpinnerViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseDoubleSpinnerViewModel(DoubleSpinnerViewModel object)
Returns the result of interpreting the object as an instance of 'Double Spinner View Model'.
-