Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2532:261347ea60b8
Added new Data type StringOptionsData; allow this Data type for ParameterMatrixPanel.
flys-client/trunk@4428 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 14:52:39 +0000 |
parents | 180a500d7ddb |
children | f46940bdd178 |
comparison
equal
deleted
inserted
replaced
2531:180a500d7ddb | 2532:261347ea60b8 |
---|---|
1 2012-05-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/StringOptionsData.java: | |
4 New Data implementation that should be used for user input with string | |
5 options. | |
6 | |
7 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java, | |
8 src/main/java/de/intevation/flys/client/server/DataFactory.java: Create | |
9 new StringOptionsData if the data type equals "options". | |
10 | |
11 | |
12 * src/main/java/de/intevation/flys/client/client/ui/ParameterMatrixPanel.java. | |
13 src/main/java/de/intevation/flys/client/client/ui/ParameterMatrix.java: | |
14 Enabled this panel to handle StringOptionsData. | |
15 | |
1 2012-05-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 16 2012-05-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 17 |
3 * src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl: | 18 * src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl: |
4 Render the Q class to the title of the sectors of the events. | 19 Render the Q class to the title of the sectors of the events. |
5 | 20 |