comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 276:f4c8ce11df33

UI stub for data cage flys-client/trunk@1902 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 11 May 2011 14:34:15 +0000
parents 8264b02091ef
children 7fa15845fecf
comparison
equal deleted inserted replaced
275:8264b02091ef 276:f4c8ce11df33
372 GWT.log("Add new output tab for '" + name + "'"); 372 GWT.log("Add new output tab for '" + name + "'");
373 373
374 // TODO Source this out to a factory that creates the different 374 // TODO Source this out to a factory that creates the different
375 // OutputTabs. 375 // OutputTabs.
376 String title = messages.getString(name); 376 String title = messages.getString(name);
377 OutputTab tab = new ChartOutputTab(title, getCollection(), out); 377 OutputTab tab = new ChartOutputTab(
378 title, getCollection(), out, this);
378 outputTabs.put(name, tab); 379 outputTabs.put(name, tab);
379 } 380 }
380 381
381 382
382 /** 383 /**

http://dive4elements.wald.intevation.org