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