comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java @ 4306:4c2005e6ac65

Close the gauge panel tree folds if a csv result should be shown Fixes flys/issue922 (W-INFO / Pegel-Info-Modul / Verhalten nach Berechnungsende)
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Oct 2012 15:43:49 +0100
parents 250c4a0fa696
children 5e25a2b19ddd
comparison
equal deleted inserted replaced
4305:8c51c43e59ca 4306:4c2005e6ac65
1000 GWT.log("ParameterList - renderInfo no river"); 1000 GWT.log("ParameterList - renderInfo no river");
1001 hideInfoPanel(); 1001 hideInfoPanel();
1002 } 1002 }
1003 } 1003 }
1004 1004
1005 /**
1006 * Allow to close all folds of the info panel.
1007 * This is necessary e.g. if a csv result should be shown.
1008 */
1009 public void contractInfoPanel() {
1010 if (infoPanel != null) {
1011 infoPanel.contract();
1012 }
1013 }
1014
1005 } 1015 }
1006 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 1016 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org