comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java @ 903:dd702348b878

Changed columns to the correct type for most tables. (Issue200) flys-client/trunk@2752 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 14 Sep 2011 16:13:17 +0000
parents 5341be7dec7a
children 1e08a5b0add9
comparison
equal deleted inserted replaced
902:470912f16876 903:dd702348b878
40 ListGridField type = new ListGridField("type", MESSAGE.type()); 40 ListGridField type = new ListGridField("type", MESSAGE.type());
41 type.setType(ListGridFieldType.TEXT); 41 type.setType(ListGridFieldType.TEXT);
42 type.setWidth("50"); 42 type.setWidth("50");
43 43
44 ListGridField value = new ListGridField("value", MESSAGE.wq_value()); 44 ListGridField value = new ListGridField("value", MESSAGE.wq_value());
45 value.setType(ListGridFieldType.TEXT); 45 value.setType(ListGridFieldType.FLOAT);
46 type.setWidth("50"); 46 type.setWidth("50");
47 47
48 setFields(name, type, value); 48 setFields(name, type, value);
49 } 49 }
50 } 50 }

http://dive4elements.wald.intevation.org