Project

General

Profile

« Previous | Next » 

Revision b6ea271c

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 ToManyRelatedEntitiesComboboxSelect, CdmFilterablePagingProvider and CdmTitleCacheCaptionGenerator implemented

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/event/TaxonNameEditorAction.java
10 10

  
11 11
import com.vaadin.ui.Component;
12 12

  
13
import eu.etaxonomy.vaadin.mvp.AbstractView;
14

  
13 15
/**
14 16
 * @author a.kohlbecker
15 17
 * @since Mar 22, 2017
......
39 41
        super(type, entityId, source);
40 42
    }
41 43

  
44
    /**
45
     * @param action
46
     * @param source
47
     */
48
    public TaxonNameEditorAction(Action action, Component source) {
49
        super(action, source);
50
        // TODO Auto-generated constructor stub
51
    }
52

  
53
    /**
54
     * @param action
55
     * @param entityId
56
     * @param source
57
     * @param sourceView
58
     */
59
    public TaxonNameEditorAction(Action action, Integer entityId, Component source, AbstractView sourceView) {
60
        super(action, entityId, source, sourceView);
61
        // TODO Auto-generated constructor stub
62
    }
63

  
42 64

  
43 65

  
44 66

  

Also available in: Unified diff