Uses of Interface
com._1c.g5.aef2.standard.viewModels.ComboViewModel
-
-
Uses of ComboViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return ComboViewModel Modifier and Type Method Description protected ComboViewModelComboComponent. createControlViewModel() -
Uses of ComboViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type ComboViewModel Modifier and Type Method Description protected voidLwtComboView. bind(ComboViewModel viewModel, LightCombo lightControl)protected LightComboLwtComboView. createControl(ILightComposite parent, ComboViewModel viewModel) -
Uses of ComboViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type ComboViewModel Modifier and Type Method Description protected voidSwtComboView. bind(ComboViewModel viewModel, org.eclipse.swt.widgets.Combo nativeControl)protected intSwtComboView. computeNativeStyle(ComboViewModel viewModel)org.eclipse.swt.widgets.ComboSwtComboView. createControl(org.eclipse.swt.widgets.Composite parent, ComboViewModel viewModel) -
Uses of ComboViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return ComboViewModel Modifier and Type Method Description ComboViewModelAefStandardFactory. createComboViewModel()Returns a new object of class 'Combo View Model'. -
Uses of ComboViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ComboViewModel Modifier and Type Class Description classComboViewModelImplAn implementation of the model object 'Combo View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ComboViewModel Modifier and Type Method Description ComboViewModelAefStandardFactoryImpl. createComboViewModel() -
Uses of ComboViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ComboViewModel Modifier and Type Method Description T1AefStandardSwitch. caseComboViewModel(ComboViewModel object)Returns the result of interpreting the object as an instance of 'Combo View Model'. -
Uses of ComboViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of ComboViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interfaceBooleanValueControlViewModelA representation of the model object 'Boolean Value Control View Model'.interfaceBorderValueControlViewModelA representation of the model object 'Border Value Control View Model'.interfaceEnumValueControlViewModelA representation of the model object 'Enum Value Control View Model'.interfaceSysEnumValueControlViewModelA representation of the model object 'Sys Enum Value Control View Model'. -
Uses of ComboViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement ComboViewModel Modifier and Type Class Description classBooleanValueControlViewModelImplAn implementation of the model object 'Boolean Value Control View Model'.classBorderValueControlViewModelImplAn implementation of the model object 'Border Value Control View Model'.classEnumValueControlViewModelImplAn implementation of the model object 'Enum Value Control View Model'.classSysEnumValueControlViewModelImplAn implementation of the model object 'Sys Enum Value Control View Model'. -
Uses of ComboViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type ComboViewModel Modifier and Type Method Description T1MdAefSwitch. caseComboViewModel(ComboViewModel object)Returns the result of interpreting the object as an instance of 'Combo View Model'. -
Uses of ComboViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of ComboViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interfaceComboSelectViewModelA representation of the model object 'Combo Select View Model'.interfaceEditableComboViewModelA representation of the model object 'Editable Combo View Model'. -
Uses of ComboViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement ComboViewModel Modifier and Type Class Description classComboSelectViewModelImplAn implementation of the model object 'Combo Select View Model'.classEditableComboViewModelImplAn implementation of the model object 'Editable Combo View Model'. -
Uses of ComboViewModel 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 ComboViewModel Modifier and Type Method Description T1DtAefSwitch. caseComboViewModel(ComboViewModel object)Returns the result of interpreting the object as an instance of 'Combo View Model'.
-