comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/StaticDataPanel.java @ 8303:519023ce3500

Updated the client to build a default artifact for gauge discharge curve. * Removed code for special gauge discharge artifact * Updated GaugeListGrid in info panel to create a the new project * Updated i18n
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 22 Sep 2014 17:08:48 +0200
parents ea9eef426962
children
comparison
equal deleted inserted replaced
8302:8578babdb2c8 8303:519023ce3500
55 DataItem[] items = data.getItems(); 55 DataItem[] items = data.getItems();
56 56
57 for (DataItem item: items) { 57 for (DataItem item: items) {
58 HLayout hLayout = new HLayout(); 58 HLayout hLayout = new HLayout();
59 59
60 hLayout.addMember(new Label(item.getLabel())); 60 hLayout.addMember(new Label(MSG.getString(data.getLabel())));
61 hLayout.addMember(new Label(item.getStringValue())); 61 hLayout.addMember(new Label(item.getStringValue()));
62 62
63 vLayout.addMember(hLayout); 63 vLayout.addMember(hLayout);
64 vLayout.setWidth("130px"); 64 vLayout.setWidth("130px");
65 } 65 }

http://dive4elements.wald.intevation.org