comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 211:b92281182c6b

Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys. flys-client/trunk@1645 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 05 Apr 2011 08:13:48 +0000
parents 33e24b33fc38
children e02f50a3ad59
comparison
equal deleted inserted replaced
210:c587903f02a4 211:b92281182c6b
20 import de.intevation.flys.client.shared.model.OutputMode; 20 import de.intevation.flys.client.shared.model.OutputMode;
21 import de.intevation.flys.client.shared.model.User; 21 import de.intevation.flys.client.shared.model.User;
22 22
23 import de.intevation.flys.client.client.Config; 23 import de.intevation.flys.client.client.Config;
24 import de.intevation.flys.client.client.FLYS; 24 import de.intevation.flys.client.client.FLYS;
25 import de.intevation.flys.client.client.FLYSMessages; 25 import de.intevation.flys.client.client.FLYSConstants;
26 import de.intevation.flys.client.client.event.HasCollectionChangeHandlers; 26 import de.intevation.flys.client.client.event.HasCollectionChangeHandlers;
27 import de.intevation.flys.client.client.event.CollectionChangeEvent; 27 import de.intevation.flys.client.client.event.CollectionChangeEvent;
28 import de.intevation.flys.client.client.event.CollectionChangeHandler; 28 import de.intevation.flys.client.client.event.CollectionChangeHandler;
29 import de.intevation.flys.client.client.event.ParameterChangeEvent; 29 import de.intevation.flys.client.client.event.ParameterChangeEvent;
30 import de.intevation.flys.client.client.event.ParameterChangeHandler; 30 import de.intevation.flys.client.client.event.ParameterChangeHandler;
55 /** The DescribeCollectionService used to update the existing collection. */ 55 /** The DescribeCollectionService used to update the existing collection. */
56 protected DescribeCollectionServiceAsync describeCollectionService = 56 protected DescribeCollectionServiceAsync describeCollectionService =
57 GWT.create(DescribeCollectionService.class); 57 GWT.create(DescribeCollectionService.class);
58 58
59 /** The message class that provides i18n strings.*/ 59 /** The message class that provides i18n strings.*/
60 protected FLYSMessages messages = GWT.create(FLYSMessages.class); 60 protected FLYSConstants messages = GWT.create(FLYSConstants.class);
61 61
62 /** The FLYS instance used to call services.*/ 62 /** The FLYS instance used to call services.*/
63 protected FLYS flys; 63 protected FLYS flys;
64 64
65 /** The ParameterList.*/ 65 /** The ParameterList.*/

http://dive4elements.wald.intevation.org