annotate gwt-client/src/main/java/org/dive4elements/river/client/client/ui/PropertyEditor.java @ 7602:c50dbbe17950

issue1596: Store table (cell) data twice: Once as (formatted) string as coming from server, once transformed into float (or string). The benefit is that now we can sort table data numerically, while keeping the formatted and i18ned display of values.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 27 Nov 2013 14:55:25 +0100
parents ea9eef426962
children
rev   line source
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
2 * Software engineering by Intevation GmbH
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
3 *
5993
ea9eef426962 Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5861
diff changeset
4 * This file is Free Software under the GNU AGPL (>=v3)
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
5993
ea9eef426962 Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5861
diff changeset
6 * documentation coming with Dive4Elements River for details.
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
7 */
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
8
5835
821a02bbfb4e Fixed internal java dependencies
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5834
diff changeset
9 package org.dive4elements.river.client.client.ui;
1440
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
10
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
11 import java.io.Serializable;
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
12
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
13 /**
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
14 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
15 */
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
16 public interface PropertyEditor extends Serializable {
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
17
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
18 String getI18NString(String name);
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
19
14b2e6c2bb07 Added missing interface.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
20 }
1543
0b79630e3bcb Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1440
diff changeset
21 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org