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 interfaceSpinnerViewModelA 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 classAbstractSpinnerViewModelImplAn implementation of the model object 'Abstract Spinner View Model'.classSpinnerViewModelImplAn 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 T1AefStandardSwitch. 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 interfaceNullableSpinnerViewModelA 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 classNullableSpinnerViewModelImplAn 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 T1DtAefSwitch. caseAbstractSpinnerViewModel(AbstractSpinnerViewModel object)Returns the result of interpreting the object as an instance of 'Abstract Spinner View Model'.
-