summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Upload.java
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2009-10-06 08:44:49 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2009-10-06 08:44:49 +0000
commit6d4e40f6e3a299dfa9a4ff1c787f829146418f18 (patch)
tree6f473340d1143f81c22cb222c5b7abc59a2d1987 /src/com/vaadin/ui/Upload.java
parenteebf12833e059de5caf3dc52ef0ed7ed67fde177 (diff)
downloadvaadin-framework-6d4e40f6e3a299dfa9a4ff1c787f829146418f18.tar.gz
vaadin-framework-6d4e40f6e3a299dfa9a4ff1c787f829146418f18.zip
"removed" (finalized + deprecated) getTag from AbstractComponent
svn changeset:9095/svn branch:2009-09-widget-packaging_3332
Diffstat (limited to 'src/com/vaadin/ui/Upload.java')
-rw-r--r--src/com/vaadin/ui/Upload.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/Upload.java b/src/com/vaadin/ui/Upload.java
index 2ea347fc56..4789641193 100644
--- a/src/com/vaadin/ui/Upload.java
+++ b/src/com/vaadin/ui/Upload.java
@@ -115,16 +115,6 @@ public class Upload extends AbstractComponent implements Component.Focusable {
}
/**
- * Gets the component type.
- *
- * @return Component type as string.
- */
- @Override
- public String getTag() {
- return "upload";
- }
-
- /**
* This method is called by terminal when upload is received.
*
* Note, this method is called outside synchronized (Application) block, so