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 CheckboxViewModelCheckBoxComponent. 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 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.views
Methods 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.viewModels
Methods 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.impl
Classes 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.util
Methods 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.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return CheckboxViewModel Modifier and Type Method Description protected CheckboxViewModelDtMappedCheckboxComponent. createControlViewModel()
-