| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid.flex |
| Modifier and Type | Method and Description |
|---|---|
FlexAlign |
FlexItem.getAlignSelf() |
static FlexAlign |
FlexAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexAlign[] |
FlexAlign.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.setAlignItems(FlexAlign alignItems)
Sets the alignment of the items inside this layout
|
FlexItem<T> |
FlexItem.setAlignSelf(FlexAlign alignSelf)
Sets the alignment of this item inside the layout
|
Copyright © 2019–2022 Dominokit. All rights reserved.