aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Extract Bean validation logic from Binder to BeanValidationBinderDenis2017-01-253-8/+9
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-259-5/+471
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-253-17/+58
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-254-14/+9
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-251-10/+16
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-256-23/+28
* Make BeanBinderPropertySet exclude Object properties (#8306)Leif Åstrand2017-01-241-0/+16
* Unify container wrapping (#8312)Leif Åstrand2017-01-242-3/+3
* Use getFirstSelectedItem() instead of getFirstSelected(). (#8308)Denis2017-01-242-12/+12
* Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305)Leif Åstrand2017-01-232-13/+71
* Add shorthands to ComboBox for setting a ListDataProviderLeif Åstrand2017-01-231-9/+35
* Remove outdated filtering concepts (#8289)Leif Åstrand2017-01-232-64/+4
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-222-0/+52
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-202-17/+121
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-208-8/+8
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-196-2/+348
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-194-10/+9
* Allow setting filters directly in ListDataProvider (#8267)Leif Åstrand2017-01-192-0/+116
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-174-121/+83
* Introduce Binder.setReadOnly() (#8241)Denis2017-01-161-0/+63
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-136-17/+34
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-135-4/+65
* Make server tests use fixed locale where needed (#8226)Henri Sara2017-01-124-5/+13
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-127-60/+236
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-103-6/+113
* Fix broken method signature of Grid.addColumn (#8180)Aleksi Hietanen2017-01-101-0/+1
* Refactor AbstractDateField. (#8146)Denis2017-01-106-27/+64
* Allow AbstractField to override value equality (#8201)Leif Åstrand2017-01-101-0/+57
* Remove uriFragmentChanged from the public API of UriFragmentManager (#8164)Leif Åstrand2017-01-092-10/+3
* Add LocalDateToDateConverter (#8147)Leif Åstrand2017-01-051-0/+100
* Restore all current instance values after running access tasks (#8131)Leif Åstrand2017-01-051-4/+33
* Automatically complete custom bindings in BeanBinder#bindInstanceFields (#8012)Aleksi Hietanen2017-01-031-0/+58
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-2046-137/+122
* Declarative tests improvementsDenis2016-12-207-16/+53
* Fix for Grid declarative format (read). (#8050)Denis2016-12-201-5/+11
* Add a SortListener to a Grid (#8008)8.0.0.alpha10Denis2016-12-151-0/+42
* Extract interfaces from Grid (#8005)Teemu Suo-Anttila2016-12-157-15/+20
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-1521-43/+49
* Redesign user-defined column identifiers for Grid (#7983)Teemu Suo-Anttila2016-12-154-109/+108
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-0/+24
* (Re)introduce server side sort for Grid.Denis2016-12-151-0/+54
* Add ValueProvider interface, use where appropriateAleksi Hietanen2016-12-153-9/+9
* Combine and rename setFilter and applyFilter (#7963)Leif Åstrand2016-12-153-24/+10
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-1426-44/+34
* Remove unused JsonUtil (#7989)Pekka Hyvönen2016-12-141-205/+0
* Miscellaneous Interface RefactoringIlia Motornyi2016-12-141-4/+3
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-149-31/+31
* Rename setRequired to asRequired since it's logically not a setter (#7986)Leif Åstrand2016-12-142-6/+7
* Rename SelectAllCheckBoxVisible enumeration. (#7981)Denis2016-12-141-24/+24
* Provide declarative support for Grid. (#7961)Denis2016-12-133-10/+748