Project

General

Profile

« Previous | Next » 

Revision e8674a36

Added by Andreas Kohlbecker about 6 years ago

ref #7195 introducing the concept of EditorActionContext stacks to facilitate creating blocking relations

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/event/CollectionEditorAction.java
27 27
    }
28 28

  
29 29
    /**
30
     * @param edit
31
     * @param citationId
32
     */
33
    public CollectionEditorAction(EditorActionType type, Integer citationId) {
34
        super(type, citationId);
35
    }
36

  
37
    /**
38
     * @param type
39
     * @param entityId
40
     * @param source
41
     */
42
    public CollectionEditorAction(EditorActionType type, Integer entityId, Component source) {
43
        super(type, entityId, source);
44
    }
45

  
46
    /**
47 30
     * @param action
48 31
     * @param source
49 32
     */
50
    public CollectionEditorAction(EditorActionType action, Component source) {
51
        super(action, source);
33
    public CollectionEditorAction(EditorActionType action, Component source, AbstractView sourceView) {
34
        super(action, source, sourceView);
52 35
    }
53 36

  
54 37
    /**

Also available in: Unified diff