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 ComboViewModel
ComboComponent. 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 void
LwtComboView. bind(ComboViewModel viewModel, LightCombo lightControl)
protected LightCombo
LwtComboView. 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 void
SwtComboView. bind(ComboViewModel viewModel, org.eclipse.swt.widgets.Combo nativeControl)
protected int
SwtComboView. computeNativeStyle(ComboViewModel viewModel)
org.eclipse.swt.widgets.Combo
SwtComboView. 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 ComboViewModel
AefStandardFactory. 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 class
ComboViewModelImpl
An 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 ComboViewModel
AefStandardFactoryImpl. 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 T1
AefStandardSwitch. 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 interface
BooleanValueControlViewModel
A representation of the model object 'Boolean Value Control View Model'.interface
BorderValueControlViewModel
A representation of the model object 'Border Value Control View Model'.interface
EnumValueControlViewModel
A representation of the model object 'Enum Value Control View Model'.interface
SysEnumValueControlViewModel
A 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 class
BooleanValueControlViewModelImpl
An implementation of the model object 'Boolean Value Control View Model'.class
BorderValueControlViewModelImpl
An implementation of the model object 'Border Value Control View Model'.class
EnumValueControlViewModelImpl
An implementation of the model object 'Enum Value Control View Model'.class
SysEnumValueControlViewModelImpl
An 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 T1
MdAefSwitch. 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 interface
ComboSelectViewModel
A representation of the model object 'Combo Select View Model'.interface
EditableComboViewModel
A 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 class
ComboSelectViewModelImpl
An implementation of the model object 'Combo Select View Model'.class
EditableComboViewModelImpl
An 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 T1
DtAefSwitch. caseComboViewModel(ComboViewModel object)
Returns the result of interpreting the object as an instance of 'Combo View Model'.
-