Project

General

Profile

« Previous | Next » 

Revision aab82329

Added by Patrick Plitzner over 7 years ago

ref #5458 Major performance increase

  • refactored term loading
  • cached loaded terms
  • removed unnecessary methods and generics
  • reduces warnings

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/dbstatus/DistributionSelectionView.java
158 158
        classificationBox.setHeight("-1px");
159 159
        verticalLayout_2.addComponent(classificationBox);
160 160

  
161
        // taxon tree
162
        taxonTree = new Tree("Taxonomy");
163
        taxonTree.setWidth("200px");
164
        verticalLayout_2.addComponent(taxonTree);
165

  
166 161
        // distributionAreaBox
167 162
        distributionAreaBox = new ComboBox();
168 163
        distributionAreaBox.setCaption("Distribution Area");
......
171 166
        distributionAreaBox.setHeight("-1px");
172 167
        verticalLayout_2.addComponent(distributionAreaBox);
173 168

  
169
        // taxon tree
170
        taxonTree = new Tree("Taxonomy");
171
        taxonTree.setWidth("200px");
172
        verticalLayout_2.addComponent(taxonTree);
173

  
174 174
        // button_proceed
175 175
        button_proceed = new Button();
176 176
        button_proceed.setCaption("Proceed");

Also available in: Unified diff