| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid.flex |
| Modifier and Type | Method and Description |
|---|---|
static FlexWrap |
FlexWrap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexWrap[] |
FlexWrap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FlexLayout |
FlexLayout.setFlow(FlexDirection direction,
FlexWrap wrap)
Sets the direction and the wrap in this layout
|
FlexLayout |
FlexLayout.setWrap(FlexWrap wrap)
Sets the type of wrap of the elements inside this layout
|
Copyright © 2019–2022 Dominokit. All rights reserved.