]> source.dussan.org Git - vaadin-framework.git/commit
Add methods for getting invalid fields from a FieldGroup (#13775)
authorArtur Signell <artur@vaadin.com>
Tue, 27 Jan 2015 17:47:51 +0000 (19:47 +0200)
committerHenrik Paul <henrik@vaadin.com>
Tue, 3 Feb 2015 12:03:56 +0000 (12:03 +0000)
commit9cac6602821383dc2e03607066c0ea7ec7d01af7
tree24b7239135eff169429f9e4549742fc7a6a2066e
parent04d52c41f48c9e8811a9d03c7ae0204e73f1bde2
Add methods for getting invalid fields from a FieldGroup (#13775)

* Method for retrieving all failing fields exceptions from a
CommitException
* Methods for handling commit errors in Grid (#16515)
* Show editor row validation errors only on the fields (#16509)

Change-Id: Iabef662579e4ccae3803a513205e46542c41cce2
server/src/com/vaadin/data/fieldgroup/FieldGroup.java
server/src/com/vaadin/ui/Grid.java
server/tests/src/com/vaadin/tests/server/component/fieldgroup/FieldGroupTest.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java
uitest/src/com/vaadin/tests/fieldgroup/AbstractBasicCrud.java
uitest/src/com/vaadin/tests/fieldgroup/BasicCrudGridEditorRowTest.java