Class ScrolledCompositeComponent<M extends IModel,P extends IParameterization> 
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.ContainerComponent<M,P>
 
com._1c.g5.aef2.standard.components.CompositeComponent<M,P>
 
com._1c.g5.aef2.standard.components.ScrolledCompositeComponent<M,P> 
- All Implemented Interfaces:
- IComponent<M>,- IEventChannel
public final class ScrolledCompositeComponent<M extends IModel,P extends IParameterization> 
extends CompositeComponent<M,P> 
The composite component which know how to scroll content.
- 
Nested Class SummaryNested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponentStandardComponent.BindingDirection
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidCreates the child components of this component.protected IContainerViewModelCreates the view model of the container.Gets the composite component which represents content of scrolled composite.Returns theIAefLayoutDatainstance.Methods inherited from class com._1c.g5.aef2.standard.components.CompositeComponentgetLayout, setLayout, setLayoutData, updateViewModelsMethods inherited from class com._1c.g5.aef2.standard.components.ContainerComponentaddComponent, button, button, checkBox, checkBox, combo, createViewModels, disposeChildren, field, field, getContainerViewModel, isEditable, label, label, refreshChildren, separator, spinner, textMethods inherited from class com._1c.g5.aef2.standard.components.StandardComponentbindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, disposeViewModels, handleExternalValidationEvent, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatusMethods inherited from class com._1c.g5.aef2.components.ComponentaddListener, addViewModel, areChildCommitsEnabled, areChildRefreshEnabled, areComponentsCreated, attachToModel, beginExternalUpdate, checkComponents, checkViewModels, commit, 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- 
ScrolledCompositeComponentThe constructor.- Parameters:
- parameterization- The parameterization.
 
 
- 
- 
Method Details- 
getContentGets the composite component which represents content of scrolled composite.- Returns:
- The content of scrolled composite.
 
- 
getLayoutDataDescription copied from class:StandardComponentReturns theIAefLayoutDatainstance.- Overrides:
- getLayoutDatain class- StandardComponent<M extends IModel,- P extends IParameterization> 
- Returns:
- the layout date or null.
 
- 
createComponentsprotected void createComponents()Description copied from class:ComponentCreates the child components of this component. Override it to fill a component with a child components.Method can be called multiple times. - Overrides:
- createComponentsin class- Component<M extends IModel,- P extends IParameterization> 
 
- 
createContainerViewModelDescription copied from class:ContainerComponentCreates the view model of the container.- Overrides:
- createContainerViewModelin class- CompositeComponent<M extends IModel,- P extends IParameterization> 
- Returns:
- the newly created container view model.
 
 
-