From b7dc0286b82ee10fb7ac991d88040afe157f74a4 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 7 Nov 2011 11:25:15 +0200 Subject: Remove Field.getCaption(), getDescription() and setDescription(). Obsolete methods removed. When needed, these methods are in AbstractComponent and can be accessed by casting the Field. Migration needed: occasional cast of Field to AbstractComponent. --- src/com/vaadin/ui/Field.java | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/com/vaadin/ui') diff --git a/src/com/vaadin/ui/Field.java b/src/com/vaadin/ui/Field.java index 72dc3130c3..1f9bea311f 100644 --- a/src/com/vaadin/ui/Field.java +++ b/src/com/vaadin/ui/Field.java @@ -10,28 +10,11 @@ import com.vaadin.ui.Component.Focusable; /** * @author IT Mill Ltd. - * */ public interface Field extends Component, BufferedValidatable, Property, Property.ValueChangeNotifier, Property.ValueChangeListener, Property.Editor, Focusable { - /** - * Sets the Caption. - * - * @param caption - */ - void setCaption(String caption); - - String getDescription(); - - /** - * Sets the Description. - * - * @param caption - */ - void setDescription(String caption); - /** * Is this field required. * -- cgit v1.2.3