Uses of Interface
com.vaadin.flow.component.orderedlayout.ThemableLayout
-
-
Uses of ThemableLayout in com.vaadin.flow.component.orderedlayout
Classes in com.vaadin.flow.component.orderedlayout that implement ThemableLayout Modifier and Type Class Description 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).
-