comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java @ 38:7142386e86c2

Some improvements for displaying old parameters. flys-client/trunk@1471 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 14 Mar 2011 18:09:21 +0000
parents 5709bd8f4d7c
children f99c5f8e4672
comparison
equal deleted inserted replaced
37:b6b89ff1adee 38:7142386e86c2
48 * @param data The provided rivers. 48 * @param data The provided rivers.
49 * 49 *
50 * @return the module selection combined with the river selection. 50 * @return the module selection combined with the river selection.
51 */ 51 */
52 public Canvas create(Data data) { 52 public Canvas create(Data data) {
53 dataName = data.getLabel();
54
53 VLayout newLayout = new VLayout(); 55 VLayout newLayout = new VLayout();
54 newLayout.setMembersMargin(10); 56 newLayout.setMembersMargin(10);
55 57
56 Canvas moduleSelection = createWidget(); 58 Canvas moduleSelection = createWidget();
57 Canvas riverSelection = super.createWidget(data); 59 Canvas riverSelection = super.createWidget(data);

http://dive4elements.wald.intevation.org