summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/fieldgroup
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-146-1909/+0
* Added JavaDoc for PropertyIdMatti Tahvonen2016-02-021-0/+33
* Properly handle readonly fields when clearing FieldGroup (#17166)Artur Signell2015-06-011-2/+15
* Javadoc fixLeif Åstrand2015-04-091-1/+1
* Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-031-20/+87
* Use a custom field factory for editor row (#16513)Artur Signell2015-02-031-5/+17
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-141-5/+8
|\
| * Allow to override transactional property wrapper strategy (#13883).Denis Anisimov2015-01-131-5/+8
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-292-6/+24
|\|
| * Ensure enum fields are created when not specifying a strict type (#10975)Artur Signell2014-12-181-3/+21
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-181-3/+3
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-182-1/+8
|\|
| * Missing @since for 7.4Leif Åstrand2014-12-181-0/+7
| * Empty since tags -> 7.4Artur Signell2014-12-171-1/+1
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-171-36/+15
|\|
| * Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-161-36/+15
* | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-121-1/+2
|/
* Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-112-9/+19
* Returning all validation errors in the exception cause when submitting a fiel...Alexey Fansky2014-12-091-23/+63
* Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-021-3/+4
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-051-7/+22
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-221-1/+2
* Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-132-1/+18
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-091-2/+8
* Add clear() for fields and field group (#14755)Artur Signell2014-09-261-0/+15
* Merge changes from origin/7.1Artur Signell2014-04-236-6/+6
|\
| * Update copyright year to 2014Artur Signell2014-04-166-6/+6
* | 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
* | Added convenience methods for bean binding (#13068)Matti Tahvonen2014-03-271-0/+54
* | Remove dead codeJohannes Dahlström2014-01-171-6/+0
|/
* Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172)Teemu Pöntelin2013-08-121-1/+1
* Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-071-1/+17
* Global code reformatLeif Åstrand2013-04-051-1/+2
* Create a PopupDateField by default for Dates (#11159)Artur Signell2013-03-181-1/+2
* Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-121-1/+1
|\
| * Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-051-1/+1
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-011-2/+12
|\|
| * Fixed BindException when binding nested properties with BeanFieldGroup.buildA...John Ahlroos2013-02-281-2/+12
* | Merge "Added support for Dates to DefaultFieldGroupFieldFactory (#8539)"John Ahlroos2013-02-141-0/+25
|\ \
| * | Added support for Dates to DefaultFieldGroupFieldFactory (#8539)Artur Signell2013-02-121-0/+25
| |/
* | Fix JDK 1.7 dependency in #10426Henri Sara2013-02-141-1/+2
* | Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-132-13/+116
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-046-12/+12
* 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