You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CompatibilityElementComponentGetCaptionCssLayout.java 304B

1234567891011
  1. package com.vaadin.tests.elements;
  2. import com.vaadin.ui.CssLayout;
  3. public class CompatibilityElementComponentGetCaptionCssLayout
  4. extends CompatibilityElementComponentGetCaptionBase {
  5. public CompatibilityElementComponentGetCaptionCssLayout() {
  6. mainLayout = new CssLayout();
  7. }
  8. }