Project

General

Profile

« Previous | Next » 

Revision 210b9aa6

Added by Andreas Kohlbecker about 7 years ago

better WorkflowView title, validation, some EventListeners

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkflowView.java
31 31
     * given otherwise a blank editor will open if the  nameUuid is null.
32 32
     *
33 33
     * @param nameUuid can be null
34
     * @deprecated will be handled by the WorkflowItem
35 34
     */
36
    @Deprecated
37 35
    void openNameEditor(UUID nameUuid);
38 36

  
37
    /**
38
     * Open a popup editor for an existing Reference if the referenceUuid is
39
     * given otherwise a blank editor will open if the  referenceUuid is null.
40
     *
41
     * @param referenceUuid can be null
42
     */
43
    void openReferenceEditor(UUID referenceUuid);
44

  
39 45
    public void makeWorflow(RegistrationType type);
40 46

  
47

  
48
    /**
49
     * @param subheaderText
50
     */
51
    void setSubheaderText(String subheaderText);
52

  
53
    /**
54
     * @param subheaderText
55
     */
56
    void setHeaderText(String subheaderText);
57

  
58

  
59

  
41 60
}

Also available in: Unified diff