]> source.dussan.org Git - vaadin-framework.git/commit
Use a separate data received handler in VFilterSelect (#19929)
authorHenri Sara <hesara@vaadin.com>
Wed, 11 Nov 2015 08:50:11 +0000 (10:50 +0200)
committerHenri Sara <hesara@vaadin.com>
Wed, 11 Nov 2015 08:50:11 +0000 (10:50 +0200)
commitcbba929677247bf68509701eb0ce07ad8dc7f347
tree82038d648e9ade0a144a4600563cfa0ce3c41dfe
parent8e7ee474e00dbc9003e9fd714b624ad09f4ceb72
Use a separate data received handler in VFilterSelect (#19929)

Move parts of the request handling to a separate handler
class that keeps track of the current communication state etc.

This is an intermediate change. Later changes should move
waitingForFilteringResponse etc. to the handler.

Change-Id: I762d15cc4b54ead3003e6d9d913e2a975256644c
client/src/com/vaadin/client/ui/VFilterSelect.java
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java