Class GridLayoutCompositeComponent
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<IModel,IParameterization>
com._1c.g5.v8.dt.ui.aef.component.GridLayoutCompositeComponent
- All Implemented Interfaces:
IComponent<IModel>
,IEventChannel
public final class GridLayoutCompositeComponent
extends CompositeComponent<IModel,IParameterization>
A helper composite component with
grid layout
and a static builder.
This component is intended only to be used for code shortness and readability.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A builder of grid components.Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponent
StandardComponent.BindingDirection
-
Method Summary
Methods inherited from class com._1c.g5.aef2.standard.components.CompositeComponent
createContainerViewModel, getLayout, setLayout, setLayoutData, updateViewModels
Methods inherited from class com._1c.g5.aef2.standard.components.ContainerComponent
addComponent, button, button, checkBox, checkBox, combo, createViewModels, disposeChildren, field, field, getContainerViewModel, isEditable, label, label, refreshChildren, separator, spinner, text
Methods inherited from class com._1c.g5.aef2.standard.components.StandardComponent
bindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, disposeViewModels, getLayoutData, handleExternalValidationEvent, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatus
Methods inherited from class com._1c.g5.aef2.components.Component
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
-
Method Details
-
builder
Returns a new instance of grid component builder.- Returns:
- New grid component builder
-
builder
Returns a new instance of grid component builder with preset number of columns.- Parameters:
columns
- Number of columns that will be set in the builder.- Returns:
- New grid component builder
-