Package | Description |
---|---|
com.vaadin.flow.component.orderedlayout |
Modifier and Type | Method and Description |
---|---|
FlexLayout.WrapMode |
FlexLayout.getWrapMode()
Gets the current flex wrap mode of the layout.
|
static FlexLayout.WrapMode |
FlexLayout.WrapMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexLayout.WrapMode[] |
FlexLayout.WrapMode.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.setWrapMode(FlexLayout.WrapMode wrapMode)
Gets the
FlexLayout.WrapMode used by this layout. |
Copyright © 2019. All rights reserved.