]> source.dussan.org Git - vaadin-framework.git/commitdiff
updated get/setFormat javadoc
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 26 Aug 2009 14:52:33 +0000 (14:52 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 26 Aug 2009 14:52:33 +0000 (14:52 +0000)
svn changeset:8553/svn branch:6.1

src/com/vaadin/ui/TextField.java

index 626d34092231d5dd1e6249f1ed209ac4c4aa16fe..5271c9bbed16f18cb63adc86a90944cda848ecc4 100644 (file)
@@ -20,10 +20,10 @@ import com.vaadin.terminal.PaintTarget;
  * 
  * <p>
  * Since <code>TextField</code> extends <code>AbstractField</code> it implements
- * the {@link com.vaadin.data.Buffered} interface. A
- * <code>TextField</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>TextField</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.
@@ -505,7 +505,7 @@ public class TextField extends AbstractField {
      * Gets the value formatter of TextField.
      * 
      * @return the Format used to format the value.
-     * @deprecated
+     * @deprecated replaced by {@link com.vaadin.data.util.PropertyFormatter}
      */
     @Deprecated
     public Format getFormat() {
@@ -518,7 +518,7 @@ public class TextField extends AbstractField {
      * @param format
      *            the Format used to format the value. Null disables the
      *            formatting.
-     * @deprecated
+     * @deprecated replaced by {@link com.vaadin.data.util.PropertyFormatter}
      */
     @Deprecated
     public void setFormat(Format format) {