| 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)
Similar to
FlexComponent.setAlignItems(Alignment), but instead of aligning
components, it aligns flex lines. |
Copyright © 2021. All rights reserved.