]> source.dussan.org Git - vaadin-framework.git/commit
Modified FieldGroup so that fields configured with read only properties 29/229/2
authortapio <tapio@vaadin.com>
Thu, 8 Nov 2012 11:32:06 +0000 (13:32 +0200)
committertapio <tapio@vaadin.com>
Thu, 8 Nov 2012 11:32:06 +0000 (13:32 +0200)
commit9b69534bc46e01f5a762284542db460930de44fa
tree4a192ecb96e7edf5c4305aa0bab5bf5dfa889380
parente8ae9f7d6427f7f6daae300dee7931a6e8394bdb
Modified FieldGroup so that fields configured with read only properties
will also be made read only (#9076).

Change-Id: I183ae263f4952a51513623d38dc9e04ce1482f45
server/src/com/vaadin/data/fieldgroup/FieldGroup.java
server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java
server/tests/src/com/vaadin/tests/data/bean/BeanWithReadOnlyField.java [new file with mode: 0644]
server/tests/src/com/vaadin/tests/server/component/fieldgroup/FieldGroupWithReadOnlyPropertiesTest.java [new file with mode: 0644]