]> source.dussan.org Git - vaadin-framework.git/commit
Added convenience methods for bean binding (#13068)
authorMatti Tahvonen <matti@vaadin.com>
Sat, 7 Dec 2013 17:38:43 +0000 (19:38 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 27 Mar 2014 13:21:06 +0000 (13:21 +0000)
commit67a9154c015f92b95ddd223ddd5b81b647609cc4
tree7124396cd2b623128fff479ae634a883298f1fd7
parentd4c8b5f404aad5a1f89bd44afa23aa732b21d4e4
Added convenience methods for bean binding (#13068)

Reduces common bean binding code from 4 lines to 1

Change-Id: Ie5f20ec2791284b850a9f3e11e21face3b5e4276
server/src/com/vaadin/data/fieldgroup/BeanFieldGroup.java
server/tests/src/com/vaadin/tests/server/component/fieldgroup/BeanFieldGroupTest.java