]> source.dussan.org Git - vaadin-framework.git/commit
Request ComboBox pages with RPC (#19929)
authorHenri Sara <hesara@vaadin.com>
Mon, 9 Nov 2015 10:58:52 +0000 (12:58 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 21 Jul 2016 13:17:15 +0000 (13:17 +0000)
commit31cdd389a70726b8115d3ba79ef7055e91b54944
treee77de14cccf33dc0665defd9cbaa166914cfb51b
parentaa5c44860bb8e45fc980dd4837bed1246e930769
Request ComboBox pages with RPC (#19929)

All client to server communication of ComboBox is now done
with RPC.

There is still an empty changeVariables() methods to
override the default behavior in AbstractSelect.

Change-Id: Ic11ea48cac1846272609f6e4107bb0006d18494c
client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
server/src/main/java/com/vaadin/ui/ComboBox.java
shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxServerRpc.java