]> source.dussan.org Git - vaadin-framework.git/commit
Move ComboBox communication to connector (#19929)
authorHenri Sara <hesara@vaadin.com>
Thu, 5 Nov 2015 10:49:44 +0000 (12:49 +0200)
committerHenri Sara <hesara@vaadin.com>
Fri, 15 Jan 2016 12:42:56 +0000 (14:42 +0200)
commit40e237abf0fb89a42dc5e0b6be673b84e6bea062
tree5e90124f75096e6304c63d8f17f90d0e934d0979
parent675684c2c28a138b22f39f1cb17a69640c22bfdc
Move ComboBox communication to connector (#19929)

This change extracts the client to server communication
methods of VFilterSelect and moves them to the connector.

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