comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSFooter.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 f7967d12ce6e
children
comparison
equal deleted inserted replaced
210:c587903f02a4 211:b92281182c6b
5 import com.smartgwt.client.types.Alignment; 5 import com.smartgwt.client.types.Alignment;
6 import com.smartgwt.client.widgets.Label; 6 import com.smartgwt.client.widgets.Label;
7 import com.smartgwt.client.widgets.layout.HLayout; 7 import com.smartgwt.client.widgets.layout.HLayout;
8 8
9 import de.intevation.flys.client.client.FLYS; 9 import de.intevation.flys.client.client.FLYS;
10 import de.intevation.flys.client.client.FLYSMessages; 10 import de.intevation.flys.client.client.FLYSConstants;
11 11
12 12
13 /** 13 /**
14 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 14 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
15 */ 15 */
16 public class FLYSFooter extends HLayout { 16 public class FLYSFooter extends HLayout {
17 17
18 /** The interface that provides i18n messages. */ 18 /** The interface that provides i18n messages. */
19 private FLYSMessages messages = GWT.create(FLYSMessages.class); 19 private FLYSConstants messages = GWT.create(FLYSConstants.class);
20 20
21 /** An instance to FLYS.*/ 21 /** An instance to FLYS.*/
22 protected FLYS flys; 22 protected FLYS flys;
23 23
24 /** The button to open the project list.*/ 24 /** The button to open the project list.*/

http://dive4elements.wald.intevation.org