Project

General

Profile

« Previous | Next » 

Revision bef42c71

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 implementing lazy loading ToOneRelatedEntityCombobox field and using it for inReferences

View differences:

src/main/java/eu/etaxonomy/vaadin/component/ToOneRelatedEntityListSelect.java
36 36

  
37 37
    private ListSelect select;
38 38

  
39

  
39 40
    private Button addButton = new Button(FontAwesome.PLUS);
40 41
    private Button editButton  = new Button(FontAwesome.EDIT);
41 42

  
......
83 84

  
84 85
    /**
85 86
     * @return the select
87
     * @deprecated list specific method should not be in the interface
86 88
     */
89
    @Deprecated
87 90
    public ListSelect getSelect() {
88 91
        return select;
89 92
    }

Also available in: Unified diff