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 classComboLabelComponent<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 classLwtImageComboView<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 ComboLabelViewModelAefStandardFactory. 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 classComboLabelViewModelImplAn 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 ComboLabelViewModelAefStandardFactoryImpl. 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 T1AefStandardSwitch. 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 interfaceComboLabelExtensionViewModelA 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 classComboLabelExtensionViewModelImplAn 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 TAefExtensionSwitch. caseComboLabelViewModel(ComboLabelViewModel object)Returns the result of interpreting the object as an instance of 'Combo Label View Model'.
-