Uses of Interface
com._1c.g5.aef2.standard.viewModels.LongSpinnerViewModel
- 
- 
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.componentsMethods in com._1c.g5.aef2.standard.components that return LongSpinnerViewModel Modifier and Type Method Description protected LongSpinnerViewModelLongSpinnerComponent. createControlViewModel()
- 
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.swt.viewsMethods in com._1c.g5.aef2.standard.swt.views with parameters of type LongSpinnerViewModel Modifier and Type Method Description org.eclipse.swt.widgets.SpinnerSwtLongSpinnerView. createControl(org.eclipse.swt.widgets.Composite parent, LongSpinnerViewModel viewModel)
- 
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.viewModelsMethods in com._1c.g5.aef2.standard.viewModels that return LongSpinnerViewModel Modifier and Type Method Description LongSpinnerViewModelAefStandardFactory. createLongSpinnerViewModel()Returns a new object of class 'Long Spinner View Model'.
- 
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement LongSpinnerViewModel Modifier and Type Class Description classLongSpinnerViewModelImplAn implementation of the model object 'Long Spinner View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return LongSpinnerViewModel Modifier and Type Method Description LongSpinnerViewModelAefStandardFactoryImpl. createLongSpinnerViewModel()
- 
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type LongSpinnerViewModel Modifier and Type Method Description T1AefStandardSwitch. caseLongSpinnerViewModel(LongSpinnerViewModel object)Returns the result of interpreting the object as an instance of 'Long Spinner View Model'.
 
-