Uses of Interface
com._1c.g5.aef2.standard.viewModels.LongSpinnerViewModel
-
-
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return LongSpinnerViewModel Modifier and Type Method Description protected LongSpinnerViewModel
LongSpinnerComponent. createControlViewModel()
-
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type LongSpinnerViewModel Modifier and Type Method Description org.eclipse.swt.widgets.Spinner
SwtLongSpinnerView. createControl(org.eclipse.swt.widgets.Composite parent, LongSpinnerViewModel viewModel)
-
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return LongSpinnerViewModel Modifier and Type Method Description LongSpinnerViewModel
AefStandardFactory. createLongSpinnerViewModel()
Returns a new object of class 'Long Spinner View Model'. -
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement LongSpinnerViewModel Modifier and Type Class Description class
LongSpinnerViewModelImpl
An 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 LongSpinnerViewModel
AefStandardFactoryImpl. createLongSpinnerViewModel()
-
Uses of LongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type LongSpinnerViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseLongSpinnerViewModel(LongSpinnerViewModel object)
Returns the result of interpreting the object as an instance of 'Long Spinner View Model'.
-