Project

General

Profile

« Previous | Next » 

Revision 1ca00ef0

Added by Andreas Kohlbecker about 7 years ago

ref #6169 more complete workflow view

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/design/phycobank/RegistrationWorkflowDesign.java
2 2

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

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

  
23 28
    public RegistrationWorkflowDesign() {
24 29
        Design.read(this);

Also available in: Unified diff