You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/11/20 06:40:09 UTC

svn commit: r1037115 - /click/trunk/click/documentation/docs/roadmap-changes.html

Author: sabob
Date: Sat Nov 20 05:40:09 2010
New Revision: 1037115

URL: http://svn.apache.org/viewvc?rev=1037115&view=rev
Log:
deprecate ActionListenerAdaptor. CLK-731

Modified:
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=1037115&r1=1037114&r2=1037115&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sat Nov 20 05:40:09 2010
@@ -168,6 +168,10 @@ Action support and light-weight stateful
           However the majority of use cases are catered for by the new stateful
           support in the controls: Table, Form, TabbedPanel, Field and AbstractLink.
         </li>
+        <li class="change">Deprecated <a href="click-api/org/apache/click/util/ActionListenerAdaptor.html">ActionListenerAdaptor</a>
+            since ActionListener only has a single method and no adaptor is necessary
+            [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-731">CLK-731</a>].
+        </li>
       </ul>
       <div style="margin-left: -2em; margin-top: 1.5em; margin-bottom: 1em;">
         <b>New features and issues resolved:</b>
@@ -273,16 +277,6 @@ Action support and light-weight stateful
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-713">CLK-713</a>].
           </li>
           <li class="change">
-            Fixed the JavaScript function <tt>Click.submit(form, validate)</tt> which incorrectly
-            stated that the first argument is the form name. The first argument
-            is in fact the form instance.
-            <p/>
-            For example:
-            <pre class="prettyprint">
-Select.setAttribute("onchange", "Click.submit(form, false)");
-</pre>
-          </li>
-          <li class="change">
               Fixed menu not rendering separator
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-681">CLK-681</a>].
           </li>