Uses of Interface
com._1c.g5.aef2.standard.viewModels.CheckboxViewModel
-
-
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return CheckboxViewModel Modifier and Type Method Description protected 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 CheckboxViewModel Modifier and Type Method Description protected 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 CheckboxViewModel Modifier and Type Method Description protected 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 CheckboxViewModel Modifier and Type Method Description CheckboxViewModel
AefStandardFactory. 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 CheckboxViewModel Modifier and Type Class Description class
CheckboxViewModelImpl
An implementation of the model object 'Checkbox View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return CheckboxViewModel Modifier and Type Method Description CheckboxViewModel
AefStandardFactoryImpl. createCheckboxViewModel()
-
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type CheckboxViewModel Modifier and Type Method Description T1
AefStandardSwitch. 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 CheckboxViewModel Modifier and Type Method Description protected CheckboxViewModel
DtMappedCheckboxComponent. createControlViewModel()
-