Package | Description |
---|---|
com.vaadin.flow.component.orderedlayout |
Modifier and Type | Method and Description |
---|---|
FlexLayout.FlexDirection |
FlexLayout.getFlexDirection(HasElement elementContainer)
Gets the flex direction property of a given element container.
|
static FlexLayout.FlexDirection |
FlexLayout.FlexDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexLayout.FlexDirection[] |
FlexLayout.FlexDirection.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.setFlexDirection(FlexLayout.FlexDirection flexDirection)
Sets the flex direction property of the layout.
|
Copyright © 2025. All rights reserved.