comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java @ 1586:dbdf954dbe94

Cosmetics. flys-client/trunk@3873 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 02 Feb 2012 07:40:44 +0000
parents 89a47098bcbd
children 8ab010967f78
comparison
equal deleted inserted replaced
1585:915ad25f4bb8 1586:dbdf954dbe94
37 HasStepBackHandlers 37 HasStepBackHandlers
38 { 38 {
39 /** The message class that provides i18n strings.*/ 39 /** The message class that provides i18n strings.*/
40 protected FLYSConstants MSG = GWT.create(FLYSConstants.class); 40 protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
41 41
42
43 /** The StepForwardHandlers.*/ 42 /** The StepForwardHandlers.*/
44 protected List<StepForwardHandler> forwardHandlers; 43 protected List<StepForwardHandler> forwardHandlers;
45 44
46 /** The StepForwardHandlers.*/ 45 /** The StepForwardHandlers.*/
47 protected List<StepBackHandler> backHandlers; 46 protected List<StepBackHandler> backHandlers;

http://dive4elements.wald.intevation.org