Example usage for Java com.vaadin.ui VerticalLayout fields, constructors, methods, implement or subclass
The text is from its open source code.
VerticalLayout() Constructs an empty VerticalLayout. | |
VerticalLayout(Component... children) Constructs a VerticalLayout with the given components. |