Return-Path: Delivered-To: apmail-click-commits-archive@www.apache.org Received: (qmail 2155 invoked from network); 14 Mar 2010 02:30:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Mar 2010 02:30:06 -0000 Received: (qmail 80579 invoked by uid 500); 14 Mar 2010 02:29:24 -0000 Delivered-To: apmail-click-commits-archive@click.apache.org Received: (qmail 80560 invoked by uid 500); 14 Mar 2010 02:29:24 -0000 Mailing-List: contact commits-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@click.apache.org Delivered-To: mailing list commits@click.apache.org Received: (qmail 80552 invoked by uid 99); 14 Mar 2010 02:29:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Mar 2010 02:29:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Mar 2010 02:29:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 707F723889C5; Sun, 14 Mar 2010 02:29:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r922736 - /click/trunk/click/framework/src/org/apache/click/control/Form.java Date: Sun, 14 Mar 2010 02:29:03 -0000 To: commits@click.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100314022903.707F723889C5@eris.apache.org> Author: sabob Date: Sun Mar 14 02:29:03 2010 New Revision: 922736 URL: http://svn.apache.org/viewvc?rev=922736&view=rev Log: doco Modified: click/trunk/click/framework/src/org/apache/click/control/Form.java 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=922736&r1=922735&r2=922736&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 Mar 14 02:29:03 2010 @@ -1597,6 +1597,9 @@ public class Form extends AbstractContai /** * Set the label <td> "style" attribute value. + *

+ * This value can be overriden by Fields through their + * {@link Field#setParentStyleHint(java.lang.String)} property. * * @param value the label <td> "style" attribute value */