diff options
Diffstat (limited to 'src')
-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}. |