Uses of Interface
com._1c.g5.aef2.standard.viewModels.RadioGroupViewModel
-
-
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return RadioGroupViewModel Modifier and Type Method Description protected RadioGroupViewModel
RadioGroupComponent. createControlViewModel()
-
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type RadioGroupViewModel Modifier and Type Method Description protected void
LwtRadioGroupView. bind(RadioGroupViewModel viewModel, SwtLightControl lightControl)
protected org.eclipse.swt.widgets.Group
LwtRadioGroupView. createHeavyControl(org.eclipse.swt.widgets.Composite composite, RadioGroupViewModel viewModel)
protected void
LwtRadioGroupView. unbind(RadioGroupViewModel viewModel, SwtLightControl lightControl)
-
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type RadioGroupViewModel Modifier and Type Method Description protected void
SwtRadioGroupView. bind(RadioGroupViewModel viewModel, org.eclipse.swt.widgets.Group nativeControl)
org.eclipse.swt.widgets.Group
SwtRadioGroupView. createControl(org.eclipse.swt.widgets.Composite parent, RadioGroupViewModel viewModel)
protected void
SwtRadioGroupView. unbind(RadioGroupViewModel viewModel, org.eclipse.swt.widgets.Group nativeControl)
-
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return RadioGroupViewModel Modifier and Type Method Description RadioGroupViewModel
AefStandardFactory. createRadioGroupViewModel()
Returns a new object of class 'Radio Group View Model'. -
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement RadioGroupViewModel Modifier and Type Class Description class
RadioGroupViewModelImpl
An implementation of the model object 'Radio Group View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return RadioGroupViewModel Modifier and Type Method Description RadioGroupViewModel
AefStandardFactoryImpl. createRadioGroupViewModel()
-
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type RadioGroupViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseRadioGroupViewModel(RadioGroupViewModel object)
Returns the result of interpreting the object as an instance of 'Radio Group View Model'. -
Uses of RadioGroupViewModel in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return RadioGroupViewModel Modifier and Type Method Description protected RadioGroupViewModel
EnumRadioGroupComponent. createControlViewModel()
-