package org.vaadin.smartgwt.server.layout; /** * Server side component for the VVLayout widget. */ @com.vaadin.ui.ClientWidget(org.vaadin.smartgwt.client.ui.layout.VVLayout.class) public class VLayout extends Layout { /** * */ private static final long serialVersionUID = 1L; }