Uses of Interface
com._1c.g5.aef2.standard.viewModels.ComboLabelViewModel
-
-
Uses of ComboLabelViewModel in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components with type parameters of type ComboLabelViewModel Modifier and Type Class Description class
ComboLabelComponent<M,VM extends ComboLabelViewModel>
Combo label component that shows lable and picture expanded as combo. -
Uses of ComboLabelViewModel in com._1c.g5.aef2.standard.lwt.views
Classes in com._1c.g5.aef2.standard.lwt.views with type parameters of type ComboLabelViewModel Modifier and Type Class Description class
LwtImageComboView<VM extends ComboLabelViewModel>
The LWT image combo view. -
Uses of ComboLabelViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return ComboLabelViewModel Modifier and Type Method Description ComboLabelViewModel
AefStandardFactory. createComboLabelViewModel()
Returns a new object of class 'Combo Label View Model'. -
Uses of ComboLabelViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ComboLabelViewModel Modifier and Type Class Description class
ComboLabelViewModelImpl
An implementation of the model object 'Combo Label View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ComboLabelViewModel Modifier and Type Method Description ComboLabelViewModel
AefStandardFactoryImpl. createComboLabelViewModel()
-
Uses of ComboLabelViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ComboLabelViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseComboLabelViewModel(ComboLabelViewModel object)
Returns the result of interpreting the object as an instance of 'Combo Label View Model'. -
Uses of ComboLabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels
Subinterfaces of ComboLabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels Modifier and Type Interface Description interface
ComboLabelExtensionViewModel
A representation of the model object 'Combo Label Extension View Model'. -
Uses of ComboLabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl that implement ComboLabelViewModel Modifier and Type Class Description class
ComboLabelExtensionViewModelImpl
An implementation of the model object 'Combo Label Extension View Model'. -
Uses of ComboLabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.viewModels.util with parameters of type ComboLabelViewModel Modifier and Type Method Description T
AefExtensionSwitch. caseComboLabelViewModel(ComboLabelViewModel object)
Returns the result of interpreting the object as an instance of 'Combo Label View Model'.
-