From: Henri Sara Date: Tue, 18 Dec 2012 14:26:34 +0000 (+0200) Subject: Deprecate FormFieldFactory (#10545) X-Git-Tag: 7.0.0.beta11~4^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F530%2F1;p=vaadin-framework.git Deprecate FormFieldFactory (#10545) Change-Id: I0d2e033479e0288b49ce695620ab947487545f3b --- diff --git a/server/src/com/vaadin/ui/FormFieldFactory.java b/server/src/com/vaadin/ui/FormFieldFactory.java index f3ff6f5184..533c3a37c2 100644 --- a/server/src/com/vaadin/ui/FormFieldFactory.java +++ b/server/src/com/vaadin/ui/FormFieldFactory.java @@ -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