Uses of Interface
com._1c.g5.aef2.standard.viewModels.CheckboxViewModel
Packages that use CheckboxViewModel
Package
Description
-
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return CheckboxViewModelModifier and TypeMethodDescriptionprotected CheckboxViewModel
CheckBoxComponent.createControlViewModel()
-
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type CheckboxViewModelModifier and TypeMethodDescriptionprotected void
LwtCheckboxView.bind
(CheckboxViewModel viewModel, LightCheckbox lightControl) protected LightCheckbox
LwtCheckboxView.createControl
(ILightComposite parent, CheckboxViewModel viewModel) protected void
LwtCheckboxView.handleFocusEvent
(FocusEvent event, CheckboxViewModel viewModel, LightCheckbox control) -
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type CheckboxViewModelModifier and TypeMethodDescriptionprotected void
SwtCheckBoxView.bind
(CheckboxViewModel viewModel, org.eclipse.swt.widgets.Button nativeControl) protected int
SwtCheckBoxView.computeNativeStyle
(CheckboxViewModel viewModel) org.eclipse.swt.widgets.Button
SwtCheckBoxView.createControl
(org.eclipse.swt.widgets.Composite parent, CheckboxViewModel viewModel) -
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return CheckboxViewModelModifier and TypeMethodDescriptionAefStandardFactory.createCheckboxViewModel()
Returns a new object of class 'Checkbox View Model'. -
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement CheckboxViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Checkbox View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return CheckboxViewModel -
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type CheckboxViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseCheckboxViewModel
(CheckboxViewModel object) Returns the result of interpreting the object as an instance of 'Checkbox View Model'. -
Uses of CheckboxViewModel in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return CheckboxViewModelModifier and TypeMethodDescriptionprotected CheckboxViewModel
DtMappedCheckboxComponent.createControlViewModel()