summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractSelect.java
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-08-29 14:32:08 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2012-08-29 14:32:08 +0300
commitfadb44821a5b686b61d7ef4667b141947e85fa67 (patch)
tree35fff00ef0c17eb3e7f6ae613b7c39f09e53f720 /server/src/com/vaadin/ui/AbstractSelect.java
parent729d0af2dac293774f36882f610b8c69c2aca0dd (diff)
downloadvaadin-framework-fadb44821a5b686b61d7ef4667b141947e85fa67.tar.gz
vaadin-framework-fadb44821a5b686b61d7ef4667b141947e85fa67.zip
Rename Vaadin6Component to LegacyComponent (#9434)
Diffstat (limited to 'server/src/com/vaadin/ui/AbstractSelect.java')
-rw-r--r--server/src/com/vaadin/ui/AbstractSelect.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/AbstractSelect.java b/server/src/com/vaadin/ui/AbstractSelect.java
index 05169552d7..677aeee50f 100644
--- a/server/src/com/vaadin/ui/AbstractSelect.java
+++ b/server/src/com/vaadin/ui/AbstractSelect.java
@@ -43,7 +43,7 @@ import com.vaadin.server.KeyMapper;
import com.vaadin.server.PaintException;
import com.vaadin.server.PaintTarget;
import com.vaadin.server.Resource;
-import com.vaadin.server.Vaadin6Component;
+import com.vaadin.server.LegacyComponent;
import com.vaadin.shared.ui.dd.VerticalDropLocation;
import com.vaadin.ui.AbstractSelect.ItemCaptionMode;
@@ -68,7 +68,7 @@ import com.vaadin.ui.AbstractSelect.ItemCaptionMode;
public abstract class AbstractSelect extends AbstractField<Object> implements
Container, Container.Viewer, Container.PropertySetChangeListener,
Container.PropertySetChangeNotifier, Container.ItemSetChangeNotifier,
- Container.ItemSetChangeListener, Vaadin6Component {
+ Container.ItemSetChangeListener, LegacyComponent {
public enum ItemCaptionMode {
/**