Project

General

Profile

« Previous | Next » 

Revision 9a1b0c01

Added by Andreas Kohlbecker almost 7 years ago

ref #6612 updating UI components on modified References - bugfixes

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/event/AbstractEditorAction.java
33 33
        super(type, entityId);
34 34
    }
35 35

  
36
    public Type getActionType() {
37
        return type;
38
    }
39

  
40 36
    public boolean isAddAction() {
41 37
        return type.equals(Type.ADD);
42 38
    }

Also available in: Unified diff