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 DoubleSpinnerViewModelDoubleSpinnerComponent. 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.SpinnerSwtDoubleSpinnerView. 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 DoubleSpinnerViewModelAefStandardFactory. 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 classDoubleSpinnerViewModelImplAn 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 DoubleSpinnerViewModelAefStandardFactoryImpl. 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 T1AefStandardSwitch. caseDoubleSpinnerViewModel(DoubleSpinnerViewModel object)Returns the result of interpreting the object as an instance of 'Double Spinner View Model'.
-