Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1292:bdc270ea6195
Edited item attributes are saved and send to the server on accept.
flys-client/trunk@2898 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 05 Oct 2011 16:29:14 +0000 |
parents | 1d04f35b2cc0 |
children | e88cd17b3420 |
comparison
equal
deleted
inserted
replaced
1291:1d04f35b2cc0 | 1292:bdc270ea6195 |
---|---|
1 2011-10-05 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Edited item attributes are saved and send to the server on accept. | |
4 | |
5 * src/main/java/de/intevation/flys/client/server/CollectionItemAttributeServiceImpl.java, | |
6 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeService.java, | |
7 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeServiceAsync.java: | |
8 Added service method to save new item attributes. | |
9 | |
10 * src/main/java/de/intevation/flys/client/shared/model/Style.java: | |
11 Added facet to style attributes. | |
12 | |
13 * src/main/java/de/intevation/flys/client/shared/model/CollectionItemAttribute.java: | |
14 Added artifact uuid to collection item attributes. | |
15 | |
16 * src/main/java/de/intevation/flys/client/client/ui/chart/StyleEditorWindow.java: | |
17 Added item changed handler to save new values and update the | |
18 serverside values. | |
19 | |
20 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | |
21 Set the selected facet record to the editor window. | |
22 | |
1 2011-10-05 Raimund Renkert <raimund.renkert@intevation.de> | 23 2011-10-05 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/StyleEditorWindow.java: | 25 * src/main/java/de/intevation/flys/client/client/ui/chart/StyleEditorWindow.java: |
4 New methods for color transformation (html to rgb; rgb to html). | 26 New methods for color transformation (html to rgb; rgb to html). |
5 | 27 |