Package | Description |
---|---|
com.vaadin.flow.component.orderedlayout |
Modifier and Type | Method and Description |
---|---|
FlexLayout.WrapMode |
FlexLayout.getWrapMode()
Deprecated.
Use
FlexLayout.getFlexWrap() instead Gets the current flex wrap
mode of the layout.
The default flex wrap mode is |
static FlexLayout.WrapMode |
FlexLayout.WrapMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FlexLayout.WrapMode[] |
FlexLayout.WrapMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexLayout.setWrapMode(FlexLayout.WrapMode wrapMode)
Deprecated.
Use
FlexLayout.setFlexWrap(FlexWrap) instead Gets the
FlexLayout.WrapMode used by this layout.
The default flex wrap mode is |
Copyright © 2021. All rights reserved.