Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 115:b51e92fef704
The RiverSelect state creates the dynamic UI part for the describe document now.
flys-artifacts/trunk@1304 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 Feb 2011 09:11:25 +0000 |
parents | 394b9580ceae |
children | 47a4bc7a9ddf |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Feb 08 09:02:18 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Feb 08 09:11:25 2011 +0000 @@ -1,3 +1,14 @@ +2011-02-08 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: The + RiverSelect state is called to create the UI part of the describe + document. + + * src/main/java/de/intevation/flys/artifacts/states/RiverSelect.java: + Implemented the dynamic UI part of describe(). The static part is not + inserted into the describe document at the moment. We need a reference to + the previous states for this. + 2011-02-08 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/RiverFactory.java,