Project

General

Profile

Download (763 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.Button;
6
import com.vaadin.ui.CssLayout;
7
import com.vaadin.ui.Label;
8
import com.vaadin.ui.declarative.Design;
9

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

    
25
    public WorkflowItemDesign() {
26
        Design.read(this);
27
    }
28
}
(4-4/5)