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 withgrid layout
and a static builder.This component is intended only to be used for code shortness and readability.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GridLayoutCompositeComponent.GridLayoutCompositeComponentBuilder
A builder of grid components.-
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponent
StandardComponent.BindingDirection
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GridLayoutCompositeComponent.GridLayoutCompositeComponentBuilder
builder()
Returns a new instance of grid component builder.static GridLayoutCompositeComponent.GridLayoutCompositeComponentBuilder
builder(int columns)
Returns a new instance of grid component builder with preset number of columns.-
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 Detail
-
builder
public static GridLayoutCompositeComponent.GridLayoutCompositeComponentBuilder builder()
Returns a new instance of grid component builder.- Returns:
- New grid component builder
-
builder
public static GridLayoutCompositeComponent.GridLayoutCompositeComponentBuilder builder(int columns)
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
-
-