Uses of Interface
com.vaadin.flow.component.orderedlayout.FlexComponent
-
-
Uses of FlexComponent in com.vaadin.flow.component.orderedlayout
Classes in com.vaadin.flow.component.orderedlayout that implement FlexComponent Modifier and Type Class Description classFlexLayoutA layout component that implements Flexbox.classHorizontalLayoutHorizontalLayout is a component container, which shows the subcomponents in the order of their addition (horizontally).classVerticalLayoutVerticalLayout is a component container, which shows the subcomponents in the order of their addition (vertically).
-