/* @VaadinApache2LicenseForJavaFiles@ */ package com.vaadin.ui; /** * Horizontal layout * * HorizontalLayout is a component container, which shows the * subcomponents in the order of their addition (horizontally). * * @author Vaadin Ltd. * @version * @VERSION@ * @since 5.3 */ @SuppressWarnings("serial") public class HorizontalLayout extends AbstractOrderedLayout { public HorizontalLayout() { } }