Package | Description |
---|---|
com.vaadin.flow.component.orderedlayout |
Modifier and Type | Method and Description |
---|---|
default BoxSizing |
ThemableLayout.getBoxSizing()
Gets the box-sizing defined for the layout, or
UNDEFINED if none was defined on the server-side. |
static BoxSizing |
BoxSizing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxSizing[] |
BoxSizing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
ThemableLayout.setBoxSizing(BoxSizing boxSizing)
Sets the
box-sizing CSS property of the layout. |
Copyright © 2025. All rights reserved.