package com.vaadin.terminal.gwt.client.ui; public class VVerticalLayout extends VOrderedLayout { public static final String CLASSNAME = "i-verticallayout"; public VVerticalLayout() { super(CLASSNAME, ORIENTATION_VERTICAL); } }