diff options
author | John Alhroos <john.ahlroos@itmill.com> | 2010-06-02 12:52:37 +0000 |
---|---|---|
committer | John Alhroos <john.ahlroos@itmill.com> | 2010-06-02 12:52:37 +0000 |
commit | 5440919469e6955d5fc779be2f8edd44a9bb2644 (patch) | |
tree | 32334849af88f700a8afcb0e16d4382d3dfd2b16 /src/com/vaadin/ui | |
parent | 3292a1ddd2d2787d152532383282237f28d99e28 (diff) | |
download | vaadin-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.java | 12 |
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) |