Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 347:a63d8bdb2d79
Improved the out() operation of a Collection - the OutGenerator gets to know about the facets and its theme.
flys-artifacts/trunk@1749 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 27 Apr 2011 14:35:44 +0000 |
parents | 16161de47662 |
children | 635af5381a4d |
comparison
equal
deleted
inserted
replaced
346:16161de47662 | 347:a63d8bdb2d79 |
---|---|
1 2011-04-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
4 Restructured the out() operation of a collection: Now, we collect a list | |
5 of artifacts/facets and use this for the OutGenerator. Its doOut() | |
6 method gets the attribute of an artifact - the position and the active | |
7 state is managed by the Collection itself. | |
8 | |
1 2011-04-26 Ingo Weinzierl <ingo@intevation.de> | 9 2011-04-26 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java: New. | 11 * src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java: New. |
4 a specialized facet that stores information about its position and its | 12 a specialized facet that stores information about its position and its |
5 state (active/inactive) in an output of a collection. | 13 state (active/inactive) in an output of a collection. |