comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.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 14774fb42054
comparison
equal deleted inserted replaced
2459:b892658a4fc9 2460:5659b5e8c9a8
54 type.setType(ListGridFieldType.TEXT); 54 type.setType(ListGridFieldType.TEXT);
55 type.setWidth("20%"); 55 type.setWidth("20%");
56 56
57 final NumberFormat nf = NumberFormat.getDecimalFormat(); 57 final NumberFormat nf = NumberFormat.getDecimalFormat();
58 58
59 ListGridField value = new ListGridField("value", MESSAGE.wq_value()); 59 ListGridField value = new ListGridField("value", MESSAGE.wq_value_q());
60 value.setType(ListGridFieldType.FLOAT); 60 value.setType(ListGridFieldType.FLOAT);
61 value.setCellFormatter(new CellFormatter() { 61 value.setCellFormatter(new CellFormatter() {
62 @Override 62 @Override
63 public String format(Object v, ListGridRecord r, int row, int col) { 63 public String format(Object v, ListGridRecord r, int row, int col) {
64 if (v == null) { 64 if (v == null) {

http://dive4elements.wald.intevation.org