summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/fieldgroup/FieldGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-101-7/+22
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-291-1/+2
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-141-2/+8
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Merge changes from origin/7.1Artur Signell2014-04-231-1/+7
|\|
| * Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-141-1/+7
* | Remove dead codeJohannes Dahlström2014-01-171-6/+0
|/
* Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172)Teemu Pöntelin2013-08-121-1/+1
* Global code reformatLeif Åstrand2013-04-051-1/+2
* Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-131-11/+82
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
* Revert "Case-insensitive FieldGroup binding #10426"Artur Signell2012-12-171-83/+15
* Case-insensitive FieldGroup binding #10426Jonni Nakari2012-12-171-15/+83
* Search fields from superclasses #10504Jonni Nakari2012-12-171-3/+25
* Fix for ticket #10121, a unit test for the ticket's issue and a unitJonni Nakari2012-12-131-1/+1
* Modified FieldGroup so that fields configured with read only propertiestapio2012-11-081-7/+20
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-2/+1
* FieldGroup.setReadOnly should propagate to all fields (#9600)Artur Signell2012-09-181-0/+3
* Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-041-1/+1
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-1/+0
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+978