comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java @ 5189:60b5fca4f357

Doc Cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 07 Mar 2013 15:20:09 +0100
parents 360e22afb98b
children 7712dacc27ab
comparison
equal deleted inserted replaced
5188:2b7f44c80857 5189:60b5fca4f357
39 implements UIProvider, HasStepForwardHandlers, ClickHandler, 39 implements UIProvider, HasStepForwardHandlers, ClickHandler,
40 HasStepBackHandlers 40 HasStepBackHandlers
41 { 41 {
42 private static final long serialVersionUID = -1610874613377494184L; 42 private static final long serialVersionUID = -1610874613377494184L;
43 43
44 /** The message class that provides i18n strings.*/ 44 /** The message class that provides i18n strings. */
45 protected FLYSConstants MSG = GWT.create(FLYSConstants.class); 45 protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
46 46
47 /** The StepForwardHandlers.*/ 47 /** The StepForwardHandlers. */
48 protected List<StepForwardHandler> forwardHandlers; 48 protected List<StepForwardHandler> forwardHandlers;
49 49
50 /** The StepForwardHandlers.*/ 50 /** The StepForwardHandlers. */
51 protected List<StepBackHandler> backHandlers; 51 protected List<StepBackHandler> backHandlers;
52 52
53 /** The container that is used to position helper widgets.*/ 53 /** The container that is used to position helper widgets. */
54 protected VLayout helperContainer; 54 protected VLayout helperContainer;
55 55
56 /** The artifact that contains status information.*/ 56 /** The artifact that contains status information. */
57 protected Artifact artifact; 57 protected Artifact artifact;
58 58
59 /** The Collection.*/ 59 /** The Collection. */
60 protected Collection collection; 60 protected Collection collection;
61 61
62 /** The ParameterList.*/ 62 /** The ParameterList. */
63 protected ParameterList parameterList; 63 protected ParameterList parameterList;
64 64
65 /** 65 /**
66 * Creates a new UIProvider instance of this class. 66 * Creates a new UIProvider instance of this class.
67 */ 67 */

http://dive4elements.wald.intevation.org