Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 74:c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
flys-client/trunk@1577 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Mar 2011 07:09:34 +0000 |
parents | 39210a74db07 |
children | 571843833129 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Mar 28 06:48:44 2011 +0000 +++ b/flys-client/ChangeLog Mon Mar 28 07:09:34 2011 +0000 @@ -1,3 +1,13 @@ +2011-03-28 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + The tab bar is extended with output tabs if the artifact used for the + parameterization reaches a state with output modes. + + * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: A + base class that might be used to derive concrete output tabs for charts, + maps and so on. + 2011-03-28 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java,