summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/DateField.java
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-18 11:31:16 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-18 11:31:16 +0000
commitc73acbc50b7a6298fde7a8ab5a316059f14c3f0a (patch)
tree5b503452b5ba9356d558c1a4a552e8ebd1929526 /src/com/vaadin/ui/DateField.java
parent3927c95c9b0b68f8a4bfd78dfc3a13c9962939f4 (diff)
downloadvaadin-framework-c73acbc50b7a6298fde7a8ab5a316059f14c3f0a.tar.gz
vaadin-framework-c73acbc50b7a6298fde7a8ab5a316059f14c3f0a.zip
#2904 Miscellaneous Toolkit -> Vaadin renames
svn changeset:7854/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/ui/DateField.java')
-rw-r--r--src/com/vaadin/ui/DateField.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/com/vaadin/ui/DateField.java b/src/com/vaadin/ui/DateField.java
index d782efbb13..e048434361 100644
--- a/src/com/vaadin/ui/DateField.java
+++ b/src/com/vaadin/ui/DateField.java
@@ -22,10 +22,10 @@ import com.vaadin.terminal.PaintTarget;
* </p>
* <p>
* Since <code>DateField</code> extends <code>AbstractField</code> it implements
- * the {@link com.vaadin.data.Buffered}interface. A
- * <code>DateField</code> is in write-through mode by default, so
- * {@link com.vaadin.ui.AbstractField#setWriteThrough(boolean)}must be
- * called to enable buffering.
+ * the {@link com.vaadin.data.Buffered}interface. A <code>DateField</code> is in
+ * write-through mode by default, so
+ * {@link com.vaadin.ui.AbstractField#setWriteThrough(boolean)}must be called to
+ * enable buffering.
* </p>
*
* @author IT Mill Ltd.
@@ -360,8 +360,8 @@ public class DateField extends AbstractField {
* This can be overridden to handle conversions or to throw an exception, or
* to fire an event.
*
- * The default behavior is likely to change in the next major version of the
- * toolkit - a Property.ConversionException will be thrown.
+ * The default behavior is likely to change in the next major version of
+ * Vaadin - a Property.ConversionException will be thrown.
*
* @param dateString
* @return parsed Date
@@ -503,7 +503,7 @@ public class DateField extends AbstractField {
*
* By default it is encouraged to used default formatting defined by Locale,
* but due some JVM bugs it is sometimes necessary to use this method to
- * override formatting. See Toolkit issue #2200.
+ * override formatting. See Vaadin issue #2200.
*
* @param dateFormat
* the dateFormat to set