aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/HasValue.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Fix typos (#10213)Ahmed Ashour2017-10-201-4/+4
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-2/+2
* Add internal state validators for HasValue (#9532)Teemu Suo-Anttila2017-07-031-0/+15
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-291-0/+1
* Add isUserOriginated to SelectedTabChangeEvent (#9580)Artur2017-06-291-10/+5
* Add a default getOptionalValue() to HasValue (#8324)Giovanni Lovato2017-01-271-0/+13
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-12/+26
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-3/+2
* Add ValueProvider interface, use where appropriateAleksi Hietanen2016-12-151-1/+1
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-7/+7
* Provide a shorthand for the HasValue::clear() method. (#94)Denis2016-12-061-0/+13
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-0/+22
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-011-1/+19
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-251-1/+1
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-31/+50
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-241-0/+28
* Derive Listing components from HasValue.Denis Anisimov2016-10-211-3/+3
* Revert "Initial support for null representations in Binder"Denis Anisimov2016-10-201-30/+2
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-201-2/+30
* Make ColorPicker subcomponents HasValuesJohannes Dahlström2016-10-051-0/+7
* Update empty since tags for 8.0Henri Sara2016-09-081-1/+1
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-3/+3
* Implement SingleSelection on client and serverJohannes Dahlström2016-08-311-16/+29
* Allow multiple data change handlers in client-side data sourcesTeemu Suo-Anttila2016-08-251-1/+1
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-11/+11
* Format using Eclipse NeonArtur Signell2016-08-181-4/+4
* Implement new simple AbstractFieldJohannes Dahlström2016-08-051-0/+153