summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2015-05-12 17:01:14 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2015-05-20 09:47:15 +0000
commit26b06bd6361002faa9eb718fb082b4eb71e8b242 (patch)
tree87e7ec135f8fef8b48909abd54cc1415931ffde9 /server
parent1042bfde5f306c9b710f6cf4cf8d6b232e0301da (diff)
downloadvaadin-framework-26b06bd6361002faa9eb718fb082b4eb71e8b242.tar.gz
vaadin-framework-26b06bd6361002faa9eb718fb082b4eb71e8b242.zip
Add focus API to Grid
- Server-side Grid extends AbstractFocusable - Programmatic focus, tab index, focus/blur listeners - Client-side Grid implements GWT and Vaadin Focusable - Programmatic focus, tab index, access keys Change-Id: Ic8b35ba91f82d5fba8f819897774dc89f94ecf7b
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/ui/Grid.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java
index 075020b312..534146e3d7 100644
--- a/server/src/com/vaadin/ui/Grid.java
+++ b/server/src/com/vaadin/ui/Grid.java
@@ -172,7 +172,7 @@ import elemental.json.JsonValue;
* @since 7.4
* @author Vaadin Ltd
*/
-public class Grid extends AbstractComponent implements SelectionNotifier,
+public class Grid extends AbstractFocusable implements SelectionNotifier,
SortNotifier, SelectiveRenderer, ItemClickNotifier {
/**