From 17f6c77a03130c715843ec2324eb03ffc104e079 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 13 Sep 2016 12:58:48 +0300 Subject: Convert ComboBox to inherit AbstractSingleSelect ComboBoxState now inherits AbstractSingleSelectState, but still effectively communicates its selection via RPC. Change-Id: I47b6a73f275e0c4c63d70d2c2c8badc95a218157 --- shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/src') 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 7aa4cbfc72..e68d606e67 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 @@ -17,14 +17,14 @@ package com.vaadin.shared.ui.combobox; import com.vaadin.shared.annotations.DelegateToWidget; import com.vaadin.shared.annotations.NoLayout; -import com.vaadin.shared.ui.TabIndexState; +import com.vaadin.shared.ui.AbstractSingleSelectState; /** * Shared state for the ComboBox component. * * @since 7.0 */ -public class ComboBoxState extends TabIndexState { +public class ComboBoxState extends AbstractSingleSelectState { { // TODO ideally this would be v-combobox, but that would affect a lot of // themes -- cgit v1.2.3