comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java @ 7934:71a2e408adca

Moved info stack section to top level widget (parameterlist).
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 17 Jun 2014 09:47:45 +0200
parents e6122a6565e1
children e3a63d9c5bb1
comparison
equal deleted inserted replaced
7933:900299ab8e6e 7934:71a2e408adca
511 if (out instanceof ExportMode) { 511 if (out instanceof ExportMode) {
512 ExportMode export = (ExportMode) out; 512 ExportMode export = (ExportMode) out;
513 513
514 if (export.getFacet("csv") != null) { 514 if (export.getFacet("csv") != null) {
515 hasCSV = true; 515 hasCSV = true;
516 parameterList.contractInfoPanel();
517 } 516 }
518 } 517 }
519 } 518 }
520 519
521 if (!hasCSV) { 520 if (!hasCSV) {

http://dive4elements.wald.intevation.org