diff flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java @ 247:4a684d29404f

Implemented the createOld() of WQAdaptedInputPanel. flys-client/trunk@1832 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 05 May 2011 09:33:15 +0000
parents d12078053b59
children ed90309ec608
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java	Thu May 05 08:09:03 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java	Thu May 05 09:33:15 2011 +0000
@@ -268,45 +268,6 @@
 
 
     /**
-     * This method greps the Data with name <i>name</i> from the list and
-     * returns it.
-     *
-     * @param items A list of Data.
-     * @param name The name of the Data that we are searching for.
-     *
-     * @return the Data with the name <i>name</i>.
-     */
-    protected Data getData(List<Data> data, String name) {
-        for (Data d: data) {
-            if (name.equals(d.getLabel())) {
-                return d;
-            }
-        }
-
-        return null;
-    }
-
-    /**
-     * This method greps the DataItem with name <i>name</i> from the list and
-     * returns it.
-     *
-     * @param items A list of DataItems.
-     * @param name The name of the DataItem that we are searching for.
-     *
-     * @return the DataItem with the name <i>name</i>.
-     */
-    protected DataItem getDataItem(DataItem[] items, String name) {
-        for (DataItem item: items) {
-            if (name.equals(item.getLabel())) {
-                return item;
-            }
-        }
-
-        return null;
-    }
-
-
-    /**
      * This method creates the whole widget. There is a panel on the left, that
      * allows the user to enter values manually by keyboard. On the right, there
      * is a table that allows the user to enter values by mouse click.

http://dive4elements.wald.intevation.org