comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterList.java @ 8870:c26fb37899ca

Introduced groups for modules. Modules marked with the same group-id, will be put together in the ui. Also using now the localization info from the server instead of localizing the modules again on the client side.
author gernotbelger
date Wed, 07 Feb 2018 11:59:13 +0100
parents 28df64078f27
children 8c3e5682cb60
comparison
equal deleted inserted replaced
8869:20b85ea3b524 8870:c26fb37899ca
377 GWT.log("ParameterList.renderNew(): module == null " 377 GWT.log("ParameterList.renderNew(): module == null "
378 + "|| river == null"); 378 + "|| river == null");
379 unlockUI(); 379 unlockUI();
380 return; 380 return;
381 } 381 }
382 382 final String newTitle = moduleItems[0].getLabel();
383 String newTitle = MSG.getString(module);
384 setTitle(newTitle); 383 setTitle(newTitle);
385 384
386 Config config = Config.getInstance(); 385 Config config = Config.getInstance();
387 final String locale = config.getLocale(); 386 final String locale = config.getLocale();
388 387

http://dive4elements.wald.intevation.org