summaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/AbstractField.java
Commit message (Expand)AuthorAgeFilesLines
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-3/+7
* Allow AbstractField to override value equality (#8201)Leif Åstrand2017-01-101-1/+19
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-7/+1
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-2/+2
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-15/+3
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-011-6/+5
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-1/+2
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-251-2/+2
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-6/+6
* Unify listeners on the server sideAleksi Hietanen2016-09-291-1/+0
* Implement new RichTextAreaArtur Signell2016-09-121-5/+10
* Update empty since tags for 8.0Henri Sara2016-09-081-1/+1
* Allow multiple data change handlers in client-side data sourcesTeemu Suo-Anttila2016-08-251-3/+3
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-1/+1
* Rename legacy packages to v7Artur Signell2016-08-181-1/+1
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Add support for required status to AbstractFieldArtur Signell2016-08-091-1/+11
* Make AbstractField FocusableArtur Signell2016-08-081-13/+41
* Implement new simple AbstractFieldJohannes Dahlström2016-08-051-0/+182
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-051-1852/+0
* Changed logic to retrieve readonly state (#8643)Felype Santiago Ferreira2016-07-291-3/+12
* Correctly check if validators are present (#11450)Artur Signell2016-05-271-1/+5
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1839