summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-09-13 12:29:26 +0300
committerVaadin Code Review <review@vaadin.com>2016-09-13 09:55:37 +0000
commite8397bf3c96a0be1c3c635f99c1b1dfacd058a89 (patch)
tree62245a580d6d337cf7335f3a8227809f1d0a83d5 /shared
parentd08c72efa5519a8d90fc301911efc9dc8db9e055 (diff)
downloadvaadin-framework-e8397bf3c96a0be1c3c635f99c1b1dfacd058a89.tar.gz
vaadin-framework-e8397bf3c96a0be1c3c635f99c1b1dfacd058a89.zip
Make ComboBoxConnector extend AbstractListingConnector
Change-Id: I146b13d99b77beb2cf99019c5878b26f61b69b6c
Diffstat (limited to 'shared')
-rw-r--r--shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java b/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java
index 72d10b87d6..7aa4cbfc72 100644
--- a/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java
+++ b/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java
@@ -15,16 +15,16 @@
*/
package com.vaadin.shared.ui.combobox;
-import com.vaadin.shared.AbstractFieldState;
import com.vaadin.shared.annotations.DelegateToWidget;
import com.vaadin.shared.annotations.NoLayout;
+import com.vaadin.shared.ui.TabIndexState;
/**
* Shared state for the ComboBox component.
*
* @since 7.0
*/
-public class ComboBoxState extends AbstractFieldState {
+public class ComboBoxState extends TabIndexState {
{
// TODO ideally this would be v-combobox, but that would affect a lot of
// themes