From eee32602e81d3eef56b6cc645e8455349b257c97 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 27 Jan 2012 07:11:06 +0000 Subject: [PATCH] [merge from 6.7] #8045 Removed incorrect/confusing javadoc svn changeset:22769/svn branch:6.8 --- src/com/vaadin/ui/Component.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/com/vaadin/ui/Component.java b/src/com/vaadin/ui/Component.java index 0051b9e943..b32aad2fca 100644 --- a/src/com/vaadin/ui/Component.java +++ b/src/com/vaadin/ui/Component.java @@ -11,7 +11,6 @@ import java.util.EventObject; import java.util.Locale; import com.vaadin.Application; -import com.vaadin.data.Property; import com.vaadin.event.FieldEvents; import com.vaadin.terminal.ErrorMessage; import com.vaadin.terminal.Paintable; @@ -363,12 +362,6 @@ public interface Component extends Paintable, VariableOwner, Sizeable, *

* *

- * The read-only status affects only the user; the value can still be - * changed programmatically, for example, with - * {@link Property#setValue(Object)}. - *

- * - *

* The method will return {@code true} if the component or any of its * parents is in the read-only mode. *

@@ -396,12 +389,6 @@ public interface Component extends Paintable, VariableOwner, Sizeable, *

* *

- * The read-only status affects only the user; the value can still be - * changed programmatically, for example, with - * {@link Property#setValue(Object)}. - *

- * - *

* This method will trigger a * {@link com.vaadin.terminal.Paintable.RepaintRequestEvent * RepaintRequestEvent}. -- 2.39.5