Project

General

Profile

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

    
3
import com.vaadin.annotations.AutoGenerated;
4
import com.vaadin.annotations.DesignRoot;
5
import com.vaadin.ui.Button;
6
import com.vaadin.ui.CssLayout;
7
import com.vaadin.ui.Label;
8
import com.vaadin.ui.VerticalLayout;
9
import com.vaadin.ui.declarative.Design;
10

    
11
/**
12
 * !! DO NOT EDIT THIS FILE !!
13
 *
14
 * This class is generated by Vaadin Designer and will be overwritten.
15
 *
16
 * Please make a subclass with logic and additional interfaces as needed,
17
 * e.g class LoginView extends LoginDesign implements View { }
18
 */
19
@DesignRoot
20
@AutoGenerated
21
@SuppressWarnings("serial")
22
public class RegistrationWorkflowDesign extends VerticalLayout {
23
    protected Label title;
24
    protected CssLayout workflow;
25
    protected Button stepIndex;
26
    protected Label caption;
27

    
28
    public RegistrationWorkflowDesign() {
29
        Design.read(this);
30
    }
31

    
32

    
33
}
(2-2/3)