Project

General

Profile

« Previous | Next » 

Revision 1aa951e9

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 Delete button in editors optional

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractCdmPopupEditor.java
21 21
import com.vaadin.ui.themes.ValoTheme;
22 22

  
23 23
import eu.etaxonomy.cdm.model.common.CdmBase;
24
import eu.etaxonomy.cdm.vaadin.component.SelectFieldFactory;
25
import eu.etaxonomy.vaadin.ui.view.PopupEditorFactory;
24 26

  
25 27
/**
26 28
 * @author a.kohlbecker
......
38 40

  
39 41
    private Button advancedModeButton;
40 42

  
43
    /**
44
     * set by the {@link PopupEditorFactory}
45
     */
46
    protected SelectFieldFactory selectFieldFactory;
47

  
41 48
    /**
42 49
     * @param layout
43 50
     * @param dtoType

Also available in: Unified diff