aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/elements/CompatibilityElementComponentGetCaptionFormLayout.java
blob: f88787f58cbcfe2e39694233fe2f726c6f34cc08 (plain)
1
2
3
4
5
6
7
8
9
10
11
package com.vaadin.tests.elements;

import com.vaadin.ui.FormLayout;

public class CompatibilityElementComponentGetCaptionFormLayout
        extends CompatibilityElementComponentGetCaptionBase {

    public CompatibilityElementComponentGetCaptionFormLayout() {
        mainLayout = new FormLayout();
    }
}