Project

General

Profile

« Previous | Next » 

Revision 59eb4451

Added by Andreas Kohlbecker about 7 years ago

ref #6169 initial concept fo a workflow view

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/design/phycobank/RegistrationWorkflowDesign.java
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.CssLayout;
6
import com.vaadin.ui.VerticalLayout;
7
import com.vaadin.ui.declarative.Design;
8

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

  
23
    public RegistrationWorkflowDesign() {
24
        Design.read(this);
25
    }
26
}

Also available in: Unified diff