Project

General

Profile

« Previous | Next » 

Revision c46954e3

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 RelatedEntityListSelect (ToOneRelatedEntityField) edit and select working, add blocked by #6673

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/event/TypeDesignationEditorAction.java
12 12
 * @author a.kohlbecker
13 13
 * @since Mar 22, 2017
14 14
 *
15
 *
16
 * @deprecated replace by {@link EntityEditorAction}
15 17
 */
18
@Deprecated
16 19
public class TypeDesignationEditorAction extends AbstractEditorAction {
17 20

  
18 21

  
19
    public TypeDesignationEditorAction(Type eventType) {
22
    public TypeDesignationEditorAction(Action eventType) {
20 23
        super(eventType);
21 24
    }
22 25

  
......
24 27
     * @param type
25 28
     * @param entityId
26 29
     */
27
    public TypeDesignationEditorAction(Type type, Integer entityId) {
30
    public TypeDesignationEditorAction(Action type, Integer entityId) {
28 31
        super(type, entityId);
29 32
    }
30 33

  
31

  
32

  
33 34
}

Also available in: Unified diff