comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/MapSelection.java @ 4573:b87073a05f9d

flys-client: Patch to render combobox options as clickable links. The way of passing data arguments to the links and further to the Artifact feeding service is somewhat hacked and should be refactored (later...).
author Christian Lins <christian.lins@intevation.de>
date Tue, 27 Nov 2012 12:50:10 +0100
parents 360e22afb98b
children 2aabd9752d5e
comparison
equal deleted inserted replaced
4572:4bd42fe098b4 4573:b87073a05f9d
47 h.setAlign(VerticalAlignment.TOP); 47 h.setAlign(VerticalAlignment.TOP);
48 h.setHeight(100); 48 h.setHeight(100);
49 moduleSelection = new ModuleSelection(); 49 moduleSelection = new ModuleSelection();
50 50
51 Canvas form = moduleSelection.create(data); 51 Canvas form = moduleSelection.create(data);
52 form.setWidth(250); 52 form.setWidth(400);
53 form.setLayoutAlign(VerticalAlignment.TOP); 53 form.setLayoutAlign(VerticalAlignment.TOP);
54 54
55 // TODO implement event handling in the river map (here? or in LinkSelection) 55 // TODO implement event handling in the river map (here? or in LinkSelection)
56 56
57 h.addMember(form); 57 h.addMember(form);

http://dive4elements.wald.intevation.org