comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java @ 1265:f98bd9b5cedd

#315 Added a new UIProvider for range selection in floodmaps. flys-client/trunk@2797 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 21 Sep 2011 12:54:27 +0000
parents 4e0b73b7113b
children 15b4bc8eede0
comparison
equal deleted inserted replaced
1264:0a19a90d40c3 1265:f98bd9b5cedd
40 40
41 /** The textboxes */ 41 /** The textboxes */
42 protected FloatItem fromItem; 42 protected FloatItem fromItem;
43 protected FloatItem toItem; 43 protected FloatItem toItem;
44 protected FloatItem stepItem; 44 protected FloatItem stepItem;
45
46
47 public DoubleRangePanel() {
48 }
45 49
46 50
47 /** 51 /**
48 * Creates a new form with a single input field that displays an array of 52 * Creates a new form with a single input field that displays an array of
49 * double values. 53 * double values.

http://dive4elements.wald.intevation.org