]> source.dussan.org Git - vaadin-framework.git/commit
Create new items with RPC (#19929)
authorHenri Sara <hesara@vaadin.com>
Thu, 5 Nov 2015 11:06:20 +0000 (13:06 +0200)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Thu, 21 Jul 2016 09:36:11 +0000 (09:36 +0000)
commit7e9beccd8a91613991a3f851ca4b051287db9c68
treefb15caa8a80b22dff28aead10a3dac5254e23079
parenta1b12ca8f754161560dec60a4c4b7756c8ff32cd
Create new items with RPC (#19929)

When the user creates a new item, send it with client to
server RPC.

Change-Id: I1b92073dc2791911e4916d17f749dc1f35e54bca
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