]> source.dussan.org Git - vaadin-framework.git/commitdiff
Deprecate FormFieldFactory (#10545) 30/530/1
authorHenri Sara <hesara@vaadin.com>
Tue, 18 Dec 2012 14:26:34 +0000 (16:26 +0200)
committerHenri Sara <hesara@vaadin.com>
Tue, 18 Dec 2012 14:26:34 +0000 (16:26 +0200)
Change-Id: I0d2e033479e0288b49ce695620ab947487545f3b

server/src/com/vaadin/ui/FormFieldFactory.java

index f3ff6f51843c84f2d37327ae3eea900f02df67e9..533c3a37c273ee719a3c1a58046121fdf7633e59 100644 (file)
@@ -18,6 +18,7 @@ package com.vaadin.ui;
 import java.io.Serializable;
 
 import com.vaadin.data.Item;
+import com.vaadin.data.fieldgroup.FieldGroup;
 
 /**
  * Factory interface for creating new Field-instances based on {@link Item},
@@ -30,7 +31,10 @@ import com.vaadin.data.Item;
  * @author Vaadin Ltd.
  * @since 6.0
  * @see TableFieldFactory
+ * @deprecated As of 7.0, use {@link FieldGroup} instead of {@link Form} for
+ *             more flexibility.
  */
+@Deprecated
 public interface FormFieldFactory extends Serializable {
     /**
      * Creates a field based on the item, property id and the component (most