Package | Description |
---|---|
com.vaadin.ui |
Modifier and Type | Class and Description |
---|---|
class |
FormLayout
FormLayout is used by
Form to layout fields. |
class |
HorizontalLayout
Horizontal layout
HorizontalLayout is a component container, which shows the
subcomponents in the order of their addition (horizontally). |
class |
VerticalLayout
Vertical layout
VerticalLayout is a component container, which shows the
subcomponents in the order of their addition (vertically). |
Copyright © 2021 Vaadin Ltd. All rights reserved.