Class SeparatorComponent
- 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<IModel,IParameterization,SeparatorViewModel>
- 
- com._1c.g5.aef2.standard.components.SeparatorComponent
 
 
 
 
- 
- All Implemented Interfaces:
- IComponent<IModel>,- IEventChannel
 
 public class SeparatorComponent extends AbstractControlComponent<IModel,IParameterization,SeparatorViewModel> Separator component. It is decorative component and doesn't make any changes in the given model.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponentStandardComponent.BindingDirection
 
- 
 - 
Constructor SummaryConstructors Constructor Description SeparatorComponent()Instantiates a new separator component.SeparatorComponent(IParameterization parameterization)Instantiates a new separator component with the given parameterization.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SeparatorViewModelcreateControlViewModel()Creates control view model instance.- 
Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponentcreateViewModels, disposeViewModels, getControlViewModel, handleExternalValidationEvent, isEditable, refresh, setLayoutData, updateViewModels
 - 
Methods inherited from class com._1c.g5.aef2.standard.components.StandardComponentbindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, getLayoutData, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatus
 - 
Methods 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 Detail- 
SeparatorComponentpublic SeparatorComponent(IParameterization parameterization) Instantiates a new separator component with the given parameterization.- Parameters:
- parameterization- the parameterization
 
 - 
SeparatorComponentpublic SeparatorComponent() Instantiates a new separator component.
 
- 
 - 
Method Detail- 
createControlViewModelprotected SeparatorViewModel createControlViewModel() Description copied from class:AbstractControlComponentCreates control view model instance.- Specified by:
- createControlViewModelin class- AbstractControlComponent<IModel,IParameterization,SeparatorViewModel>
- Returns:
- a newly created control view model.
 
 
- 
 
-