]> 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>
Fri, 15 Jan 2016 12:42:58 +0000 (14:42 +0200)
commitdbe6b5b266571f223bffd0354dbce651a5650411
tree749277336c3db2dc1d00cc1dd33136385147de8e
parentdca930baca68ec965407b7ab113eb0ef674452b5
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