Uses of Interface
com._1c.g5.aef2.standard.viewModels.AbstractSpinnerViewModel
-
-
Uses of AbstractSpinnerViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of AbstractSpinnerViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
SpinnerViewModel
A representation of the model object 'Spinner View Model'. -
Uses of AbstractSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement AbstractSpinnerViewModel Modifier and Type Class Description class
AbstractSpinnerViewModelImpl
An implementation of the model object 'Abstract Spinner View Model'.class
SpinnerViewModelImpl
An implementation of the model object 'Spinner View Model'. -
Uses of AbstractSpinnerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type AbstractSpinnerViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseAbstractSpinnerViewModel(AbstractSpinnerViewModel object)
Returns the result of interpreting the object as an instance of 'Abstract Spinner View Model'. -
Uses of AbstractSpinnerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of AbstractSpinnerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interface
NullableSpinnerViewModel
A representation of the model object 'Nullable Spinner View Model'. -
Uses of AbstractSpinnerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement AbstractSpinnerViewModel Modifier and Type Class Description class
NullableSpinnerViewModelImpl
An implementation of the model object 'Nullable Spinner View Model'. -
Uses of AbstractSpinnerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type AbstractSpinnerViewModel Modifier and Type Method Description T1
DtAefSwitch. caseAbstractSpinnerViewModel(AbstractSpinnerViewModel object)
Returns the result of interpreting the object as an instance of 'Abstract Spinner View Model'.
-