comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/inundationduration/LoadScenarioSelect.java @ 9273:1b2623dff742

salix another review
author gernotbelger
date Thu, 19 Jul 2018 17:32:27 +0200
parents 5a0e8d76582e
children 787fc085459b
comparison
equal deleted inserted replaced
9272:1d59da89b00d 9273:1b2623dff742
43 try { 43 try {
44 if (datakey.equals(name)) { 44 if (datakey.equals(name)) {
45 45
46 final AddTableDataHelper helper = new AddTableDataHelper(creator, select, "cm", context.getMeta()); 46 final AddTableDataHelper helper = new AddTableDataHelper(creator, select, "cm", context.getMeta());
47 47
48 helper.addColumn(0, "pinfrom", "40", "common.client.ui.from", "ICON", "CENTER", "from"); 48 helper.addColumn(0, "pinfrom", "60", "common.client.ui.selection", "ICON", "CENTER", "from");
49 // helper.addColumn(1, "pinto", "40", "common.client.ui.to", "ICON", "CENTER", "to");
50 helper.addColumn(1, "cm", "60", "Delta [cm]", "INTEGER", "RIGHT", null); 49 helper.addColumn(1, "cm", "60", "Delta [cm]", "INTEGER", "RIGHT", null);
51 50
52 for (int i = -200; i < 210; i = i + 10) { 51 for (int i = -200; i < 210; i = i + 10) {
53 final Map<String, String> row = new HashMap<>(); 52 final Map<String, String> row = new HashMap<>();
54 row.put("cm", Integer.toString(i)); 53 row.put("cm", Integer.toString(i));

http://dive4elements.wald.intevation.org