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/view/phycobank/RegistrationWorkflowView.java
10 10

  
11 11
import java.util.UUID;
12 12

  
13
import com.vaadin.ui.Button;
14 13
import com.vaadin.ui.CssLayout;
15 14
import com.vaadin.ui.Label;
16 15

  
......
23 22
 */
24 23
public interface RegistrationWorkflowView extends ApplicationView{
25 24

  
26
    Label getCaptionLabel();
27

  
28
    Button getStepIndex();
29 25

  
30 26
    CssLayout getWorkflow();
31 27

  
......
37 33
     * given otherwise a blank editor will open if the  nameUuid is null.
38 34
     *
39 35
     * @param nameUuid can be null
36
     * @deprecated will be handled by the WorkflowItem
40 37
     */
38
    @Deprecated
41 39
    void openNameEditor(UUID nameUuid);
42 40

  
43 41
}

Also available in: Unified diff