Project

General

Profile

« Previous | Next » 

Revision bc74cf95

Added by Andreas Kohlbecker about 7 years ago

ref #6169 generic workflows

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/phycobank/RegistrationWorkflowComponent.java
8 8
*/
9 9
package eu.etaxonomy.cdm.vaadin.component.phycobank;
10 10

  
11
import com.vaadin.ui.Button;
12 11
import com.vaadin.ui.CssLayout;
13 12
import com.vaadin.ui.Label;
14 13

  
......
37 36
        return workflow;
38 37
    }
39 38

  
40
    /**
41
     * @return the stepIndex
42
     */
43
    public Button getStepIndex() {
44
        return stepIndex;
45
    }
46

  
47
    /**
48
     * @return the caption
49
     */
50

  
51
    public Label getCaptionLabel() {
52
        return caption;
53
    }
54

  
55 39
}

Also available in: Unified diff