Project

General

Profile

« Previous | Next » 

Revision bf643f22

Added by Andreas Kohlbecker over 5 years ago

fix #7951 ReferenceLabelProvider to ellipsis the reference labels

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/StartRegistrationView.java
14 14
import com.vaadin.ui.Label;
15 15

  
16 16
import eu.etaxonomy.cdm.model.reference.Reference;
17
import eu.etaxonomy.cdm.ref.TypedEntityReference;
17 18
import eu.etaxonomy.vaadin.mvp.ApplicationView;
18 19

  
19 20
/**
......
25 26

  
26 27
    Button getNewPublicationButton();
27 28

  
28
    LazyComboBox<Reference> getReferenceCombobox();
29
    LazyComboBox<TypedEntityReference<Reference>> getReferenceCombobox();
29 30

  
30 31
    /**
31 32
     * @return

Also available in: Unified diff