Class CheckBoxComponent
java.lang.Object
com._1c.g5.aef2.components.Component<M,P>
 
com._1c.g5.aef2.standard.components.StandardComponent<M,P>
 
com._1c.g5.aef2.standard.components.AbstractControlComponent<IValue<Boolean>,ILabeledParametrization,CheckboxViewModel>
  
com._1c.g5.aef2.standard.components.CheckBoxComponent
- All Implemented Interfaces:
- IComponent<IValue<Boolean>>,- IEventChannel
- Direct Known Subclasses:
- CommonPictureContentTypeCheckableComponent
public class CheckBoxComponent
extends AbstractControlComponent<IValue<Boolean>,ILabeledParametrization,CheckboxViewModel>  
The SWT checkbox component.
- 
Nested Class SummaryNested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponentStandardComponent.BindingDirection
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance.CheckBoxComponent(ILabeledParametrization parameterization) Create a new instance with the given parameterization.
- 
Method SummaryModifier and TypeMethodDescriptionprotected CheckboxViewModelCreates control view model instance.Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponentcreateViewModels, disposeViewModels, getControlViewModel, handleExternalValidationEvent, isEditable, refresh, setLayoutData, updateViewModelsMethods inherited from class com._1c.g5.aef2.standard.components.StandardComponentbindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, getLayoutData, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatusMethods inherited from class com._1c.g5.aef2.components.ComponentaddComponent, addListener, addViewModel, areChildCommitsEnabled, areChildRefreshEnabled, areComponentsCreated, attachToModel, beginExternalUpdate, checkComponents, checkViewModels, commit, createComponents, detachFromModel, dispose, disposeComponents, endExternalUpdate, getComponents, getModel, getParameterization, getParent, getRunnableQueue, getScene, getServiceEventQualifiers, getViewModels, isDisposed, isInExternalUpdate, queueAndWaitEvent, queueEvent, removeComponent, removeListener, removeViewModel, setChildCommitsEnabled, setChildRefreshEnable, setModel, setParent, setScene, subscribeOnEvents, subscribeOnEvents, unsubscribeOnEvents
- 
Constructor Details- 
CheckBoxComponentCreate a new instance with the given parameterization.- Parameters:
- parameterization- the parameterization.
 
- 
CheckBoxComponentpublic CheckBoxComponent()Creates a new instance.
 
- 
- 
Method Details- 
createControlViewModelDescription copied from class:AbstractControlComponentCreates control view model instance.- Specified by:
- createControlViewModelin class- AbstractControlComponent<IValue<Boolean>,- ILabeledParametrization, - CheckboxViewModel> 
- Returns:
- a newly created control view model.
 
 
-