Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 3373:86e69788c946
Added a new UIProvider that allows the input of a time period; the helper panel displays the field campaigns of MINFO's SQ relation.
flys-client/trunk@5085 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 20 Jul 2012 10:17:25 +0000 |
parents | cb84e717e54d |
children | 27e455487d66 |
comparison
equal
deleted
inserted
replaced
3372:cb84e717e54d | 3373:86e69788c946 |
---|---|
1 2012-07-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/sq/SQCampaignChart.java: | |
4 New subclass of VLayout that displays a chart with field campaigns. The | |
5 code is copied from SQMultiPeriodPanel. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/sq/SQMultiPeriodPanel.java: | |
8 Moved the code to display the field campaign charts into SQCampaignChart | |
9 class. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/sq/SQPeriodPanel.java: | |
12 New UIProvider that allows the input of a time period; the helper panel | |
13 displays a chart with field campaigns. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: | |
16 Registered SQPeriodPanel as new UIProvider. | |
17 | |
1 2012-07-20 Ingo Weinzierl <ingo@intevation.de> | 18 2012-07-20 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: | 20 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
4 Added a new UI provider that supports input of a time period (without | 21 Added a new UI provider that supports input of a time period (without |
5 any helper panel). | 22 any helper panel). |