diff flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java @ 3346:f2039d030b5e

Cosmetics, docs. flys-client/trunk@5016 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 16 Jul 2012 08:37:24 +0000
parents 69a498896c9c
children 08f8524a81ad
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java	Mon Jul 16 06:39:44 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java	Mon Jul 16 08:37:24 2012 +0000
@@ -207,7 +207,7 @@
         stack.setCanResizeSections(true);
         stack.setVisibilityMode(VisibilityMode.MULTIPLE);
 
-        // This canvas is used to render helper widgets
+        // This canvas is used to render helper widgets.
         final SectionStackSection helperSection = new SectionStackSection();
         helperSection.setExpanded(false);
         helperSection.setTitle(MSG.helperPanelTitle());
@@ -226,7 +226,7 @@
         helperPanel.setHeight100();
         helperSection.setItems(helperPanel);
 
-        // This canvas is used to render calculation results
+        // This canvas is used to render calculation results.
         final SectionStackSection tableSection = new SectionStackSection();
         tableSection.setExpanded(false);
         tableSection.setTitle(MSG.calcTableTitle());
@@ -251,6 +251,7 @@
     }
 
 
+    /** Sets and forwards artifact. */
     protected void setArtifact(Artifact artifact) {
         setArtifact(artifact, true);
     }
@@ -322,7 +323,7 @@
             null,
             items);
 
-        LinkSelection widget         = new LinkSelection();
+        LinkSelection widget           = new LinkSelection();
         HasStepForwardHandlers handler = (HasStepForwardHandlers) widget;
 
         widget.setContainer(helperPanel);
@@ -348,7 +349,7 @@
                 Config config       = Config.getInstance();
                 final String locale = config.getLocale();
 
-                final Data[] feedData  = new Data[] { data[1] };
+                final Data[] feedData = new Data[] { data[1] };
 
                 artifactService.create(
                     locale, module.toLowerCase(), null,
@@ -582,8 +583,8 @@
     public void onStepForward(StepForwardEvent event) {
         GWT.log("CollectionView - onStepForward()");
 
-        Config config    = Config.getInstance();
-        String locale    = config.getLocale();
+        Config config = Config.getInstance();
+        String locale = config.getLocale();
 
         forwardService.go(locale, artifact, event.getData(),
             new AsyncCallback<Artifact>() {

http://dive4elements.wald.intevation.org