]> source.dussan.org Git - vaadin-framework.git/commit
Make fields with value change listener immediate
authorMatti Tahvonen <matti@vaadin.com>
Sat, 7 Dec 2013 15:22:02 +0000 (17:22 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 18 Dec 2013 09:46:03 +0000 (09:46 +0000)
commit8af8d2f8c25dc1f8ced34d7ba1de727bb6f2d0ac
tree57a309fec235dc858ed44f90d74dcf71458364d8
parent0d303da73bca604474649a83817d1b7d5e09f2e2
Make fields with value change listener immediate

Makes fields with value change listener immediate without explicit
call. If immediate value has been explicitly set, it is honoured.
In most cases immediate now works seamlessly and excess server
round trips should be rare as a regression.

“Fixes” #8029 in a more elegant manner

Change-Id: Ic240c78c0a29447809a17de74196d3325a78ec1f
server/src/com/vaadin/ui/AbstractComponent.java
server/src/com/vaadin/ui/AbstractField.java
uitest/src/com/vaadin/tests/components/textfield/AutomaticImmediate.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/textfield/AutomaticImmediateTest.java [new file with mode: 0644]