Package | Description |
---|---|
com.vaadin.flow.component.orderedlayout |
Modifier and Type | Method and Description |
---|---|
FlexLayout.ContentAlignment |
FlexLayout.getAlignContent()
Gets the current align content property of the layout.
|
static FlexLayout.ContentAlignment |
FlexLayout.ContentAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexLayout.ContentAlignment[] |
FlexLayout.ContentAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexLayout.setAlignContent(FlexLayout.ContentAlignment alignment)
Sets how the lines within the layout are aligned when there is extra
space, similar to how
FlexComponent.setJustifyContentMode(JustifyContentMode)
aligns individual items. |
Copyright © 2025. All rights reserved.