aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
Commit message (Collapse)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 range.
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-6/+6
| | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-3/+4
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* 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
| | | Also includes minor other javadoc and formatting fixes.
* 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
| | | Also includes some other minor cleanup.
* 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 since tags for the server and shared modules and new types in client.
* Fix some faulty javaDoc namescaalador2017-01-261-1/+1
|
* Refactor AbstractDateField. (#8146)Denis2017-01-101-3/+8
| | | First round for #8132.
* 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
| | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7232
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-031-2/+2
| | | | | | This reverts commit 73078c7560d40db80dae6a6fb8047c29a92dd8d0. Change-Id: I2757232d1312ae5162550d9fafb26c2d657c1b7f
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-021-2/+2
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7218
* Add private constructor for utility classesPer-Åke Minborg2016-11-021-0/+3
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7210
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-22/+8
| | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-241-1/+2
| | | | Change-Id: I47179b06b9e345f5a454ac1806d0bc9bcac24bcf
* Add utility for outputting the full declarative syntax of componentsAleksi Hietanen2016-10-241-1/+16
| | | | Change-Id: I4bc740154ffb5a30892b1859a7550a7aeff94fb3
* Use diamond operator where it can be usedArtur Signell2016-09-051-4/+4
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Change declarative support to use new convertersArtur Signell2016-08-241-3/+4
| | | | Change-Id: I3bb2c106a4c4d8556f6f752867da1917e0d3c9a3
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-2/+2
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Rename legacy packages to v7Artur Signell2016-08-181-1/+1
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-21/+21
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181-32/+32
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-101-2/+2
| | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-0/+53
| | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+455
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e