comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 37:b6b89ff1adee

Read i18n strings from DESCRIBE document and display those values in the UI. flys-client/trunk@1469 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 14 Mar 2011 16:35:32 +0000
parents 3cacc9d2dd01
children 4187a797fc3d
comparison
equal deleted inserted replaced
36:3cacc9d2dd01 37:b6b89ff1adee
255 String name = river.getName(); 255 String name = river.getName();
256 items[i++] = new DefaultDataItem(name, null, name); 256 items[i++] = new DefaultDataItem(name, null, name);
257 } 257 }
258 258
259 Data data = new DefaultData( 259 Data data = new DefaultData(
260 "RIVER", "RIVER SELECTION", null, items, null); 260 messages.river_selection(),
261 messages.river_selection(),
262 null,
263 items,
264 null);
261 265
262 ModuleSelection widget = new ModuleSelection(); 266 ModuleSelection widget = new ModuleSelection();
263 HasStepForwardHandlers handler = (HasStepForwardHandlers) widget; 267 HasStepForwardHandlers handler = (HasStepForwardHandlers) widget;
264 268
265 handler.addStepForwardHandler(new StepForwardHandler() { 269 handler.addStepForwardHandler(new StepForwardHandler() {

http://dive4elements.wald.intevation.org