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/10/17 14:44:30 UTC

svn commit: r1023483 - in /click/trunk/click/framework/src/org/apache/click/control: FieldSet.java Form.java

Author: sabob
Date: Sun Oct 17 12:44:30 2010
New Revision: 1023483

URL: http://svn.apache.org/viewvc?rev=1023483&view=rev
Log:
javadoc. CLK-715

Modified:
    click/trunk/click/framework/src/org/apache/click/control/FieldSet.java
    click/trunk/click/framework/src/org/apache/click/control/Form.java

Modified: click/trunk/click/framework/src/org/apache/click/control/FieldSet.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/control/FieldSet.java?rev=1023483&r1=1023482&r2=1023483&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/control/FieldSet.java (original)
+++ click/trunk/click/framework/src/org/apache/click/control/FieldSet.java Sun Oct 17 12:44:30 2010
@@ -880,8 +880,12 @@ public class FieldSet extends Field impl
     }
 
     /**
-     * Return the FieldSet state. The state will include all the input Field
-     * values and other FieldSets contained in this FieldSet or child containers.
+     * Return the FieldSet state. The following state is returned:
+     *
+     * <ul>
+     * <li>all the input Field values and other FieldSets contained in this
+     * FieldSet and child containers.</li>
+     * </ul>
      *
      * @return the state of input Fields and FieldSets contained in this FieldSet
      */

Modified: click/trunk/click/framework/src/org/apache/click/control/Form.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/control/Form.java?rev=1023483&r1=1023482&r2=1023483&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/control/Form.java (original)
+++ click/trunk/click/framework/src/org/apache/click/control/Form.java Sun Oct 17 12:44:30 2010
@@ -1907,8 +1907,12 @@ public class Form extends AbstractContai
     }
 
     /**
-     * Return the form state. The state will include all the input Field values
-     * and FieldSets contained in the Form or child containers.
+     * Return the form state. The following state is returned:
+     *
+     * <ul>
+     * <li>all the input Field values and FieldSets contained in the Form and
+     * child containers.</li>
+     * </ul>
      *
      * @return the state of input Fields and FieldSets contained in the form
      */