Uses of Interface
com._1c.g5.aef2.standard.viewModels.CheckboxViewModel
- 
- 
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.componentsMethods in com._1c.g5.aef2.standard.components that return CheckboxViewModel Modifier and Type Method Description protected CheckboxViewModelCheckBoxComponent. createControlViewModel()
- 
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.lwt.viewsMethods in com._1c.g5.aef2.standard.lwt.views with parameters of type CheckboxViewModel Modifier and Type Method Description protected voidLwtCheckboxView. bind(CheckboxViewModel viewModel, LightCheckbox lightControl)protected LightCheckboxLwtCheckboxView. createControl(ILightComposite parent, CheckboxViewModel viewModel)protected voidLwtCheckboxView. handleFocusEvent(FocusEvent event, CheckboxViewModel viewModel, LightCheckbox control)
- 
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.swt.viewsMethods in com._1c.g5.aef2.standard.swt.views with parameters of type CheckboxViewModel Modifier and Type Method Description protected voidSwtCheckBoxView. bind(CheckboxViewModel viewModel, org.eclipse.swt.widgets.Button nativeControl)protected intSwtCheckBoxView. computeNativeStyle(CheckboxViewModel viewModel)org.eclipse.swt.widgets.ButtonSwtCheckBoxView. createControl(org.eclipse.swt.widgets.Composite parent, CheckboxViewModel viewModel)
- 
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.viewModelsMethods in com._1c.g5.aef2.standard.viewModels that return CheckboxViewModel Modifier and Type Method Description CheckboxViewModelAefStandardFactory. createCheckboxViewModel()Returns a new object of class 'Checkbox View Model'.
- 
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement CheckboxViewModel Modifier and Type Class Description classCheckboxViewModelImplAn 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 CheckboxViewModelAefStandardFactoryImpl. createCheckboxViewModel()
- 
Uses of CheckboxViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type CheckboxViewModel Modifier and Type Method Description T1AefStandardSwitch. 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.componentMethods in com._1c.g5.v8.dt.ui.aef.component that return CheckboxViewModel Modifier and Type Method Description protected CheckboxViewModelDtMappedCheckboxComponent. createControlViewModel()
 
-