aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* No inherited threadlocalIlia Motornyi2016-12-131-90/+33
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-123-18/+28
* Change Upload to be in immediate mode by default (#111)Pekka Hyvönen2016-12-122-0/+20
* Fix margin in declarative format is recognized as unsupported property gridla...Tien Nguyen2016-12-121-0/+23
* Erase type of BeanBinder#bindInstanceFields parameter in equality test 8.0.0.alpha9Aleksi Hietanen2016-12-091-0/+28
* Workaround for deadlock issue (#18436)Artur Signell2016-12-091-0/+155
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-097-21/+123
* Change return type of Binder#getBean to BEANAleksi Hietanen2016-12-082-12/+12
* Deprecate Button#setHtmlContentAllowed (#104)Aleksi Hietanen2016-12-081-2/+2
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-081-0/+101
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-062-0/+41
* Provide a shorthand for the HasValue::clear() method. (#94)Denis2016-12-061-0/+47
* Fix classpath related tests under WindowsIlia Motornyi2016-12-061-1/+1
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-057-60/+63
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-057-79/+122
* Extends declarative tests for selection components for "data-" attribute (#85)Denis2016-12-053-16/+70
* NoSelectionModel for GridPekka Hyvönen2016-11-301-0/+69
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-302-18/+147
* Fix sorted data provider data change event propagationTeemu Suo-Anttila2016-11-293-220/+387
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-296-197/+332
* Make it possible to reset single select valuesLeif Åstrand2016-11-291-0/+48
* Add MultiSelect support for GridPekka Hyvönen2016-11-294-29/+911
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-292-7/+6
* Ensure all BeanBinding chaining methods return BeanBindingLeif Åstrand2016-11-291-0/+24
* Simplify Binding API by removing the FIELDTYPE type parameterLeif Åstrand2016-11-295-45/+43
* Add ComboBox custom filtering methods and testsTeemu Suo-Anttila2016-11-281-0/+181
* Add filter type to DataCommunicatorTeemu Suo-Anttila2016-11-281-2/+5
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-289-24/+59
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-251-1/+1
* Provide declarative support for listing components.Denis Anisimov2016-11-2414-127/+949
* Fix field value change event handling for unbound binderAleksi Hietanen2016-11-225-24/+86
* Implement chaining of filters for data providersTeemu Suo-Anttila2016-11-221-7/+67