Return-Path: Delivered-To: apmail-incubator-click-commits-archive@locus.apache.org Received: (qmail 57704 invoked from network); 18 Dec 2008 23:12:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2008 23:12:53 -0000 Received: (qmail 35301 invoked by uid 500); 18 Dec 2008 23:13:06 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 35286 invoked by uid 500); 18 Dec 2008 23:13:06 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 35273 invoked by uid 99); 18 Dec 2008 23:13:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 15:13:06 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 18 Dec 2008 23:12:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 90368238899F; Thu, 18 Dec 2008 15:12:26 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r727854 - /incubator/click/trunk/click/documentation/docs/roadmap-changes.html Date: Thu, 18 Dec 2008 23:12:26 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081218231226.90368238899F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Thu Dec 18 15:12:26 2008 New Revision: 727854 URL: http://svn.apache.org/viewvc?rev=727854&view=rev Log: doco Modified: incubator/click/trunk/click/documentation/docs/roadmap-changes.html Modified: incubator/click/trunk/click/documentation/docs/roadmap-changes.html URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/roadmap-changes.html?rev=727854&r1=727853&r2=727854&view=diff ============================================================================== --- incubator/click/trunk/click/documentation/docs/roadmap-changes.html (original) +++ incubator/click/trunk/click/documentation/docs/roadmap-changes.html Thu Dec 18 15:12:26 2008 @@ -143,11 +143,31 @@ and had to be removed. DateField was refactored accordingly and does not contain any Calendar specific code.

- Because no calendar popup is available to help users pick dates, - Click 2.0.1 introduces a new resource key, date-title, - which is set as the title of DateField. The new property provides - users with visual feedback of the date format specified on - the DateField. + The following methods were removed: +

    +
  • + public String getCalendarPattern() +
  • +
  • + public boolean getShowTime() and public void setShowTime(boolean showTime) +
  • +
  • + public String getStyle() and public void setStyle(String style) +
  • +
  • + protected int getFirstDayOfWeek() +
  • +
  • + protected String parseDateFormatPattern(String pattern) +
  • +
+

+ Since the calendar popup is not available to help users pick dates, it + becomes difficult for users to know the format of the Date. + To remedy this situation, Click 2.0.1 introduces a new resource key, + date-title, which is set as the title of DateField. The new + property provides users with visual feedback of the date format + specified on the DateField.

For those building i18n applications remember to add this property to DateField_<lang>.properties.