aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/AbstractDateField.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Code cleanup (#12333)Anna Koskinen2021-07-081-7/+8
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Add API to prevent invalid input when integrated range validator is used (#12...Tatu Lund2021-02-191-1/+34
* DateField value should actively adjust to the set resolution. (#12183)7.7.23Anna Koskinen2021-01-221-21/+41
* Allow AbstractDateField to provide DST zone names over custom ranges (#11927)Tarek Oraby2020-04-211-5/+84
* Set DateField value only if it passes range check (#11887)Tatu Lund2020-04-081-17/+34
* Added note to DateField#setRangeStart JavaDoc (#11886)Tatu Lund2020-02-191-0/+2
* Update Chrome version, snapshots and fix tests (#11684)Zhe Sun2019-08-051-2/+3
* Separates a rpc for handling the client event order in DateTimeField (#11574)Zhe Sun2019-06-141-0/+10
* Correct the logic for validation used in DateField (#11307)Sun Zhe2018-11-131-14/+33
* Force re-updating the resolutions of DateField (#11159)Anastasia Smirnova2018-09-061-0/+1
* Fix formatting of some files (#10972)Ilia Motornyi2018-06-121-1/+1
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-071-2/+7
* Handle UnparsableDateString correctly (#10803)Anastasia Smirnova2018-04-161-1/+12
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-271-19/+27
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Fix date ranges for date and datetime fields (#10685)Ilia Motornyi2018-03-201-9/+63
* Add ARIA label support to DateField (#10538)Adam Wagner2018-01-311-0/+28
* Tweak date style API (#10493)8.3.0.beta1Leif Åstrand2018-01-081-15/+16
* Add missing since tags and JavaDocs (#10487)8.3.0.alpha1Teemu Suo-Anttila2018-01-031-0/+4
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-281-0/+68
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-151-1/+1
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-3/+2
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-2/+2
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-201-52/+54
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-201-20/+19
* Convert AbstractDateField not to be a LegacyComponent (#10148)Ahmed Ashour2017-10-131-174/+140
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-281-0/+51
* Show validation error selecting invalid date from DateField (#10013)Marco Collovati2017-09-201-1/+1
* Enable setting non-selected default value for DateField (#9745)Olli Tietäväinen2017-08-101-21/+94
* Fix AbstractDateField parsing and errors handling, support locale (#9740)Ilia Motornyi2017-08-021-165/+92
* Add internal state validators for HasValue (#9532)Teemu Suo-Anttila2017-07-031-1/+19
* Add an optional HasValue to a ValueContextIlia Motornyi2017-06-291-1/+1
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-10/+11
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-1/+1
* Refactor AbstractDateField. (#8146)Denis2017-01-101-117/+166
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-1/+1
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-12/+0
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-6/+2
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-011-1/+2
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-261-1/+3
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-251-0/+7
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-1/+1
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-301-227/+87
* Unify listeners on the server sideAleksi Hietanen2016-09-291-29/+16
* Update DateRangeValidator to be LocalDate based (#320).Denis Anisimov2016-09-261-4/+6
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-231-0/+877