diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-01-27 07:11:06 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-01-27 07:11:06 +0000 |
commit | eee32602e81d3eef56b6cc645e8455349b257c97 (patch) | |
tree | 12c590dc5a453ccf14c47a2611a146a2216d72a2 | |
parent | 7396c309a4699e1e61b03cb17d005084758a25ed (diff) | |
download | vaadin-framework-eee32602e81d3eef56b6cc645e8455349b257c97.tar.gz vaadin-framework-eee32602e81d3eef56b6cc645e8455349b257c97.zip |
[merge from 6.7] #8045 Removed incorrect/confusing javadoc
svn changeset:22769/svn branch:6.8
-rw-r--r-- | src/com/vaadin/ui/Component.java | 13 |
1 files changed, 0 insertions, 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, * </p> * * <p> - * The read-only status affects only the user; the value can still be - * changed programmatically, for example, with - * {@link Property#setValue(Object)}. - * </p> - * - * <p> * The method will return {@code true} if the component or any of its * parents is in the read-only mode. * </p> @@ -396,12 +389,6 @@ public interface Component extends Paintable, VariableOwner, Sizeable, * </p> * * <p> - * The read-only status affects only the user; the value can still be - * changed programmatically, for example, with - * {@link Property#setValue(Object)}. - * </p> - * - * <p> * This method will trigger a * {@link com.vaadin.terminal.Paintable.RepaintRequestEvent * RepaintRequestEvent}. |