Project

General

Profile

« Previous | Next » 

Revision 5cea1626

Added by Patrick Plitzner about 6 years ago

ref #7095 Implement generic abstract combo class

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/WorkingSetComposite.java
127 127
    }
128 128

  
129 129
    public void setRankMin(Rank min) {
130
        comboRankMin.setTerm(min);
130
        comboRankMin.setElement(min);
131 131
    }
132 132
    public void setRankMax(Rank max) {
133
        comboRankMax.setTerm(max);
133
        comboRankMax.setElement(max);
134 134
    }
135 135

  
136 136
    public FeatureTreeEditorComposite getFeatureTreeEditorComposite() {

Also available in: Unified diff