Project

General

Profile

Download (678 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.vaadin.design.registration;
2

    
3
import com.vaadin.annotations.AutoGenerated;
4
import com.vaadin.annotations.DesignRoot;
5
import com.vaadin.ui.CssLayout;
6
import com.vaadin.ui.declarative.Design;
7

    
8
/**
9
 * !! DO NOT EDIT THIS FILE !!
10
 *
11
 * This class is generated by Vaadin Designer and will be overwritten.
12
 *
13
 * Please make a subclass with logic and additional interfaces as needed,
14
 * e.g class LoginView extends LoginDesign implements View { }
15
 */
16
@DesignRoot
17
@AutoGenerated
18
@SuppressWarnings("serial")
19
public class WorkflowStepsDesign extends CssLayout {
20
    protected CssLayout steps;
21

    
22
    public WorkflowStepsDesign() {
23
        Design.read(this);
24
    }
25
}
(4-4/4)