Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1369:1fae113b93fd
Issue 118/203.
Lock table for Q input and clear values on input change.
Updated i18n strings.
flys-client/trunk@3074 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 25 Oct 2011 13:32:16 +0000 |
parents | ab8eb2f544f2 |
children | 9085cffbb7c4 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue Oct 25 12:41:16 2011 +0000 +++ b/flys-client/ChangeLog Tue Oct 25 13:32:16 2011 +0000 @@ -1,3 +1,22 @@ +2011-10-25 Raimund Renkert <raimund.renkert@intevation.de> + + Issue 118/203 + + * src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java: + Added attribute to lock the table if the input rows are hidden. + + * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: + Ignore clicks if the table is locked and clear values on input mehtod + change. + + * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: + Clear the input values if the input array length is 0. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Updated i18n strings. + 2011-10-25 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/server/LoadArtifactServiceImpl.java,