| Enum and Description |
|---|
| com.vaadin.flow.component.orderedlayout.FlexLayout.WrapMode
Use
FlexLayout.FlexWrap instead Possible values for the
flex-wrap CSS property, which determines how the
elements inside the layout should behave when they don't fit
inside the layout. |
| Method and Description |
|---|
| com.vaadin.flow.component.orderedlayout.FlexLayout.getWrapMode()
Use
FlexLayout.getFlexWrap() instead Gets the current flex wrap
mode of the layout.
The default flex wrap mode is |
| com.vaadin.flow.component.orderedlayout.FlexLayout.setWrapMode(FlexLayout.WrapMode)
Use
FlexLayout.setFlexWrap(FlexWrap) instead Gets the
FlexLayout.WrapMode used by this layout.
The default flex wrap mode is |
Copyright © 2025. All rights reserved.