aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.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
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-6/+6
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-3/+4
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-2/+2
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-3/+3
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-1/+1
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-1/+1
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-2/+2
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-1/+1
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-1/+1
* Make it possible to use an extended ComboBox in declarative files (#8651)Artur2017-02-221-2/+3
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-0/+2
* Fix some faulty javaDoc namescaalador2017-01-261-1/+1
* Refactor AbstractDateField. (#8146)Denis2017-01-101-3/+8
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-2/+2
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-1/+1
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-031-2/+2
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-021-2/+2
* Add private constructor for utility classesPer-Åke Minborg2016-11-021-0/+3
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-22/+8
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-241-1/+2
* Add utility for outputting the full declarative syntax of componentsAleksi Hietanen2016-10-241-1/+16
* Use diamond operator where it can be usedArtur Signell2016-09-051-4/+4
* Change declarative support to use new convertersArtur Signell2016-08-241-3/+4
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-2/+2
* Rename legacy packages to v7Artur Signell2016-08-181-1/+1
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-21/+21
* Format using Eclipse NeonArtur Signell2016-08-181-32/+32
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-101-2/+2
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-0/+53
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+455