Uses of Interface
com._1c.g5.aef2.standard.viewModels.AbstractLongSpinnerViewModel
-
Packages that use AbstractLongSpinnerViewModel Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of AbstractLongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of AbstractLongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
LongSpinnerViewModel
A representation of the model object 'Long Spinner View Model'. -
Uses of AbstractLongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement AbstractLongSpinnerViewModel Modifier and Type Class Description class
AbstractLongSpinnerViewModelImpl
An implementation of the model object 'Abstract Long Spinner View Model'.class
LongSpinnerViewModelImpl
An implementation of the model object 'Long Spinner View Model'. -
Uses of AbstractLongSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type AbstractLongSpinnerViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseAbstractLongSpinnerViewModel(AbstractLongSpinnerViewModel object)
Returns the result of interpreting the object as an instance of 'Abstract Long Spinner View Model'.
-