Package com.vaadin.flow.component.orderedlayout
package com.vaadin.flow.component.orderedlayout
-
ClassDescriptionEnum for the values of the CSS property
box-sizing
.A component which implements Flexbox.Enum with the possible values for the component alignment inside the layout.Enum with the possible values for the way the extra space inside the layout is distributed among the components.A layout component that implements Flexbox.Enum with the possible values for the component alignment inside the layout.Possible values for theflex-direction
CSS property, which determines how the elements are placed inside the layout.Possible values for theflex-wrap
CSS property, which determines how the elements inside the layout should behave when they don't fit inside the layout.Horizontal Layout places components side-by-side in a row.Scroller is a component container which enables scrolling overflowing content.Enum for the values of the ScrollDirection property.Set of theme variants applicable forvaadin-scroller
component.Common logic forVerticalLayout
andHorizontalLayout
related to dynamic theme adjustment.Vertical Layout places components top-to-bottom in a column.