aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Set DateField value only if it passes range check (#11887)Tatu Lund2020-04-081-2/+11
* Update release note and since tag (#11386)Sun Zhe2018-12-201-23/+28
* Checkbox allow customizing of input and label classNames. (#11372)Knoobie2018-12-181-0/+107
* Fix formatting (#11023)Ilia Motornyi2018-07-041-1/+1
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-191-9/+13
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-191-1/+16
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2831-465/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-2728-28/+28
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-221-0/+97
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-31/+25
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-263-5/+7
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-6/+4
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-122-2/+2
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-0326-228/+271
* Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2Henri Sara2017-09-281-17/+0
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-272-0/+35
* Store Vaadin session after each updateArtur Signell2017-09-271-0/+17
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-3/+0
* Remove unused methods (#10020)Ahmed Ashour2017-09-202-7/+2
* Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578)Yuriy Artamonov2017-06-291-6/+35
* Clean connector tracker after each access block to stop memory leaks (#9305)Artur2017-05-161-0/+56
* Make CustomField iterator() comply with contractArtur Signell2017-03-291-0/+63
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-071-0/+26
* Provide a convenience method to get items set via setItems(). Denis2017-02-082-0/+16
* Add helpers for dealing with columns based on its id (#8411)Leif Åstrand2017-02-021-0/+137
* Make it easy to invoke ServerRpc methods as part of unit tests (#8346)Artur2017-02-026-36/+16
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-013-16/+17
* Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383)Artur2017-01-301-0/+42
* Add convenience constructors to new components (#598) (#8351)caalador2017-01-307-0/+541
* Add convenience constructors for TextField (#597) (#8341)caalador2017-01-271-0/+70
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-252-6/+8
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-191-4/+3
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-133-9/+26
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-132-1/+51
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-102-6/+3
* Refactor AbstractDateField. (#8146)Denis2017-01-101-2/+2
* Allow AbstractField to override value equality (#8201)Leif Åstrand2017-01-101-0/+57
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-205-20/+15
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-154-8/+8
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-143-4/+4
* Workaround for deadlock issue (#18436)Artur Signell2016-12-091-0/+155
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-092-4/+4
* Make it possible to reset single select valuesLeif Åstrand2016-11-291-0/+48
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-283-9/+41
* Provide declarative support for listing components.Denis Anisimov2016-11-242-5/+39
* Make ValoTheme subclassableLeif Åstrand2016-11-171-0/+26
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-114-25/+25
* Remove HasValue from GridPekka Hyvönen2016-11-102-65/+26
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-2/+2