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/view/reference/ReferencePopupEditorView.java
8 8
*/
9 9
package eu.etaxonomy.cdm.vaadin.view.reference;
10 10

  
11
import com.vaadin.ui.ListSelect;
12

  
13
import eu.etaxonomy.cdm.model.reference.Reference;
14
import eu.etaxonomy.vaadin.component.ToOneRelatedEntityListSelect;
11 15
import eu.etaxonomy.vaadin.mvp.ApplicationView;
12 16

  
13 17
/**
......
17 21
 */
18 22
public interface ReferencePopupEditorView extends ApplicationView<ReferenceEditorPresenter> {
19 23

  
24
    public ListSelect getTypeSelect();
25

  
26
    public ToOneRelatedEntityListSelect<Reference> getInReferenceSelect();
27

  
28

  
20 29
}

Also available in: Unified diff