comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/wq/WTable.java @ 2460:5659b5e8c9a8

#204 Modified i18n strings in WQD table. flys-client/trunk@4165 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 20 Mar 2012 06:55:53 +0000
parents ed16f28e9063
children
comparison
equal deleted inserted replaced
2459:b892658a4fc9 2460:5659b5e8c9a8
39 type.setType(ListGridFieldType.TEXT); 39 type.setType(ListGridFieldType.TEXT);
40 type.setWidth("50"); 40 type.setWidth("50");
41 41
42 final NumberFormat nf = NumberFormat.getDecimalFormat(); 42 final NumberFormat nf = NumberFormat.getDecimalFormat();
43 43
44 ListGridField value = new ListGridField("value", MESSAGE.wq_value()); 44 ListGridField value = new ListGridField("value", MESSAGE.wq_value_w());
45 value.setType(ListGridFieldType.FLOAT); 45 value.setType(ListGridFieldType.FLOAT);
46 value.setCellFormatter(new CellFormatter() { 46 value.setCellFormatter(new CellFormatter() {
47 @Override 47 @Override
48 public String format(Object v, ListGridRecord r, int row, int col) { 48 public String format(Object v, ListGridRecord r, int row, int col) {
49 if (v == null) { 49 if (v == null) {

http://dive4elements.wald.intevation.org