summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
diff options
context:
space:
mode:
authorJohn Alhroos <john.ahlroos@itmill.com>2010-06-02 12:52:37 +0000
committerJohn Alhroos <john.ahlroos@itmill.com>2010-06-02 12:52:37 +0000
commit5440919469e6955d5fc779be2f8edd44a9bb2644 (patch)
tree32334849af88f700a8afcb0e16d4382d3dfd2b16 /src/com/vaadin/ui
parent3292a1ddd2d2787d152532383282237f28d99e28 (diff)
downloadvaadin-framework-5440919469e6955d5fc779be2f8edd44a9bb2644.tar.gz
vaadin-framework-5440919469e6955d5fc779be2f8edd44a9bb2644.zip
Fix for #5112
svn changeset:13499/svn branch:6.4
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r--src/com/vaadin/ui/Table.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java
index 336436530c..8c9a0afc3d 100644
--- a/src/com/vaadin/ui/Table.java
+++ b/src/com/vaadin/ui/Table.java
@@ -3080,18 +3080,6 @@ public class Table extends AbstractSelect implements Action.Container,
}
/**
- * Focusing to this component is not supported.
- *
- * @throws UnsupportedOperationException
- * if invoked.
- * @see com.vaadin.ui.AbstractField#focus()
- */
- @Override
- public void focus() throws UnsupportedOperationException {
- throw new UnsupportedOperationException();
- }
-
- /**
* Gets the ID of the Item following the Item that corresponds to itemId.
*
* @see com.vaadin.data.Container.Ordered#nextItemId(java.lang.Object)