Uses of Interface
com._1c.g5.aef2.standard.viewModels.RadioGroupViewModel
Packages that use RadioGroupViewModel
Package
Description
-
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return RadioGroupViewModelModifier and TypeMethodDescriptionprotected 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 RadioGroupViewModelModifier and TypeMethodDescriptionprotected 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 RadioGroupViewModelModifier and TypeMethodDescriptionprotected 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 RadioGroupViewModelModifier and TypeMethodDescriptionAefStandardFactory.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 RadioGroupViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Radio Group View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return RadioGroupViewModel -
Uses of RadioGroupViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type RadioGroupViewModelModifier and TypeMethodDescriptionAefStandardSwitch.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 RadioGroupViewModelModifier and TypeMethodDescriptionprotected RadioGroupViewModel
EnumRadioGroupComponent.createControlViewModel()