comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 259:50a95db68e66

Build a dynamic table for the CSV data. flys-client/trunk@1873 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 10 May 2011 10:03:00 +0000
parents 5e1c1b7d6516
children dd1dad2ff94e
comparison
equal deleted inserted replaced
258:5091675676d6 259:50a95db68e66
354 // not sure if the mimetype is the correct value for this! 354 // not sure if the mimetype is the correct value for this!
355 355
356 if (out.getMimeType().equals("text/plain")) { 356 if (out.getMimeType().equals("text/plain")) {
357 TableDataPanel p = new TableDataPanel(); 357 TableDataPanel p = new TableDataPanel();
358 p.setUuid(collection.identifier()); 358 p.setUuid(collection.identifier());
359 p.setName(out.getDescription()); 359 p.setName(out.getName());
360 parameterList.setPanel (p); 360 parameterList.setPanel (p);
361 return; 361 return;
362 } 362 }
363 363
364 GWT.log("Add new output tab for '" + name + "'"); 364 GWT.log("Add new output tab for '" + name + "'");

http://dive4elements.wald.intevation.org