Uses of Interface
com._1c.g5.aef2.standard.viewModels.RadioGroupViewModel
- 
- 
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.componentsMethods in com._1c.g5.aef2.standard.components that return RadioGroupViewModel Modifier and Type Method Description protected RadioGroupViewModelRadioGroupComponent. createControlViewModel()
- 
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.lwt.viewsMethods in com._1c.g5.aef2.standard.lwt.views with parameters of type RadioGroupViewModel Modifier and Type Method Description protected voidLwtRadioGroupView. bind(RadioGroupViewModel viewModel, SwtLightControl lightControl)protected org.eclipse.swt.widgets.GroupLwtRadioGroupView. createHeavyControl(org.eclipse.swt.widgets.Composite composite, RadioGroupViewModel viewModel)protected voidLwtRadioGroupView. unbind(RadioGroupViewModel viewModel, SwtLightControl lightControl)
- 
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.swt.viewsMethods in com._1c.g5.aef2.standard.swt.views with parameters of type RadioGroupViewModel Modifier and Type Method Description protected voidSwtRadioGroupView. bind(RadioGroupViewModel viewModel, org.eclipse.swt.widgets.Group nativeControl)org.eclipse.swt.widgets.GroupSwtRadioGroupView. createControl(org.eclipse.swt.widgets.Composite parent, RadioGroupViewModel viewModel)protected voidSwtRadioGroupView. unbind(RadioGroupViewModel viewModel, org.eclipse.swt.widgets.Group nativeControl)
- 
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.viewModelsMethods in com._1c.g5.aef2.standard.viewModels that return RadioGroupViewModel Modifier and Type Method Description RadioGroupViewModelAefStandardFactory. createRadioGroupViewModel()Returns a new object of class 'Radio Group View Model'.
- 
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement RadioGroupViewModel Modifier and Type Class Description classRadioGroupViewModelImplAn 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 RadioGroupViewModelAefStandardFactoryImpl. createRadioGroupViewModel()
- 
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type RadioGroupViewModel Modifier and Type Method Description T1AefStandardSwitch. 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.componentMethods in com._1c.g5.v8.dt.ui.aef.component that return RadioGroupViewModel Modifier and Type Method Description protected RadioGroupViewModelEnumRadioGroupComponent. createControlViewModel()
 
-