]> source.dussan.org Git - vaadin-framework.git/commit
Move combo box selection update logic to handler (#19929)
authorHenri Sara <hesara@vaadin.com>
Wed, 11 Nov 2015 10:27:03 +0000 (12:27 +0200)
committerHenri Sara <hesara@vaadin.com>
Fri, 15 Jan 2016 12:42:58 +0000 (14:42 +0200)
commitc85c5ec5b6e49b3e024c94df6ab615aa4a694307
treec861004f963d34346bdd0aec91965c654ebc41cb
parent50ae0f010a434dc963c326c8586f69ae09526ea5
Move combo box selection update logic to handler (#19929)

Move logic related to updating the selection to the handler and
VFilterSelect.

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