diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-08-29 14:32:08 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2012-08-29 14:32:08 +0300 |
commit | fadb44821a5b686b61d7ef4667b141947e85fa67 (patch) | |
tree | 35fff00ef0c17eb3e7f6ae613b7c39f09e53f720 /server/src/com/vaadin/ui/Panel.java | |
parent | 729d0af2dac293774f36882f610b8c69c2aca0dd (diff) | |
download | vaadin-framework-fadb44821a5b686b61d7ef4667b141947e85fa67.tar.gz vaadin-framework-fadb44821a5b686b61d7ef4667b141947e85fa67.zip |
Rename Vaadin6Component to LegacyComponent (#9434)
Diffstat (limited to 'server/src/com/vaadin/ui/Panel.java')
-rw-r--r-- | server/src/com/vaadin/ui/Panel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/Panel.java b/server/src/com/vaadin/ui/Panel.java index d076e4d612..07ea099981 100644 --- a/server/src/com/vaadin/ui/Panel.java +++ b/server/src/com/vaadin/ui/Panel.java @@ -28,7 +28,7 @@ import com.vaadin.event.MouseEvents.ClickListener; import com.vaadin.server.PaintException; import com.vaadin.server.PaintTarget; import com.vaadin.server.Scrollable; -import com.vaadin.server.Vaadin6Component; +import com.vaadin.server.LegacyComponent; import com.vaadin.shared.EventId; import com.vaadin.shared.MouseEventDetails; import com.vaadin.shared.ui.panel.PanelServerRpc; @@ -45,7 +45,7 @@ import com.vaadin.ui.Component.Focusable; public class Panel extends AbstractComponentContainer implements Scrollable, ComponentContainer.ComponentAttachListener, ComponentContainer.ComponentDetachListener, Action.Notifier, Focusable, - Vaadin6Component { + LegacyComponent { /** * Content of the panel. @@ -195,7 +195,7 @@ public class Panel extends AbstractComponentContainer implements Scrollable, /* * (non-Javadoc) * - * @see com.vaadin.server.Vaadin6Component#paintContent(com.vaadin.server + * @see com.vaadin.server.LegacyComponent#paintContent(com.vaadin.server * .PaintTarget) */ @Override |