diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-11-04 15:04:30 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-11-04 15:04:30 +0000 |
commit | 5887181f9ea636f2536b9fc0d5679fccb6b76693 (patch) | |
tree | 6553503d95fd5f738c03d691a63e6800ba76f4f8 /src/com/vaadin/ui/CheckBox.java | |
parent | 8f65f667f2e8f65382f79b30f8063b84a3692d1d (diff) | |
download | vaadin-framework-5887181f9ea636f2536b9fc0d5679fccb6b76693.tar.gz vaadin-framework-5887181f9ea636f2536b9fc0d5679fccb6b76693.zip |
#5865. Removed some non-needed code from widgetset, prepared datefields and button and select for one-to-one mapping
svn changeset:15867/svn branch:6.5
Diffstat (limited to 'src/com/vaadin/ui/CheckBox.java')
-rw-r--r-- | src/com/vaadin/ui/CheckBox.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/CheckBox.java b/src/com/vaadin/ui/CheckBox.java index 0ffafe3d02..e8b46c1d83 100644 --- a/src/com/vaadin/ui/CheckBox.java +++ b/src/com/vaadin/ui/CheckBox.java @@ -91,6 +91,7 @@ public class CheckBox extends Button { super(caption, false); } + @Deprecated @Override public void setSwitchMode(boolean switchMode) throws UnsupportedOperationException { |