Package | Description |
---|---|
com.vaadin.flow.component.orderedlayout |
Modifier and Type | Method and Description |
---|---|
default FlexComponent.JustifyContentMode |
FlexComponent.getJustifyContentMode()
Gets the current justify content mode of the layout.
|
static FlexComponent.JustifyContentMode |
FlexComponent.JustifyContentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexComponent.JustifyContentMode[] |
FlexComponent.JustifyContentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
FlexComponent.setJustifyContentMode(FlexComponent.JustifyContentMode justifyContentMode)
Sets the
FlexComponent.JustifyContentMode used by this layout. |
Copyright © 2025. All rights reserved.