summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Form.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2011-12-22 09:58:21 +0200
committerArtur Signell <artur@vaadin.com>2011-12-22 10:22:15 +0200
commit088d47b54552bb4a3b4a22a3edf06262a415e9e3 (patch)
tree68a64ebf3448ab6ff17269703175f7ef8c277f13 /src/com/vaadin/ui/Form.java
parentfe8c5864a012b7ebc68bc3cfdd1dde8f7543e2cb (diff)
downloadvaadin-framework-088d47b54552bb4a3b4a22a3edf06262a415e9e3.tar.gz
vaadin-framework-088d47b54552bb4a3b4a22a3edf06262a415e9e3.zip
#8173 Deprecated separate read through and write through modes
Diffstat (limited to 'src/com/vaadin/ui/Form.java')
-rw-r--r--src/com/vaadin/ui/Form.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/Form.java b/src/com/vaadin/ui/Form.java
index 2feddb647b..d078c2103a 100644
--- a/src/com/vaadin/ui/Form.java
+++ b/src/com/vaadin/ui/Form.java
@@ -422,6 +422,7 @@ public class Form extends AbstractField<Object> implements Item.Editor,
* we use the default one from the interface.
*/
@Override
+ @Deprecated
public boolean isReadThrough() {
return readThrough;
}
@@ -431,6 +432,7 @@ public class Form extends AbstractField<Object> implements Item.Editor,
* we use the default one from the interface.
*/
@Override
+ @Deprecated
public boolean isWriteThrough() {
return writeThrough;
}