package com.vaadin.tests.elements; import com.vaadin.ui.CssLayout; public class ElementComponentGetCaptionCssLayout extends ElementComponentGetCaptionBase { public ElementComponentGetCaptionCssLayout() { mainLayout = new CssLayout(); } }