aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1118-18/+18
|
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-241-1/+1
|
* Code cleanup (#12333)Anna Koskinen2021-07-081-1/+9
| | | | | | | | | | | | | | | | - removed unused private methods - removed unused private variables - removed unnecessary initializations - removed unnecessary substring(0) - removed inner assignments - renamed private methods that started with upper case - renamed static final variables to use upper case - converted to use non-deprecated options - suppressed unavoidable warnings - divided long Strings to multiple lines - added missing types - added missing JavaDoc parameters - formatting - updated comments & JavaDocs
* Update copyright year range. (#12215)Anna Koskinen2021-03-0418-18/+18
| | | | * Update copyright year range.
* Change to using StringBuilder (#11941)Hk-tang2020-04-061-2/+2
| | | Should use a StringBuilder to accumulate strings in a loop, to avoid the performance cost of repeatedly constructing strings.
* Update since tags (#11001)8.5.0.alpha2Teemu Suo-Anttila2018-06-271-1/+1
|
* Add DesignContext getter to ComponentCreatedEvent (#10943)Ilia Motornyi2018-05-221-0/+11
|
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-193-5/+4
|
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-171-2/+2
| | | Fixes #10170
* Update copyright year (#10761)Ilia Motornyi2018-03-2718-18/+18
|
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-3/+1
|
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-262-13/+13
| | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense
* Fix typos (#10213)Ahmed Ashour2017-10-201-1/+1
| | | | | | * Fix typos * Fix
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-205-9/+10
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-9/+12
|
* Add empty line at the end of files (#10142)Ahmed Ashour2017-10-062-2/+2
|
* 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-024-17/+17
| | | Also includes minor other javadoc and formatting fixes.
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-291-4/+5
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-283-4/+4
|
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-283-4/+4
|
* 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-214-5/+5
|
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-1/+1
|
* Unify basic instance creation and related error reporting (#9704)Leif Åstrand2017-08-011-1/+2
|
* Support using Composite and CustomComponent as a Design root class (#9017)Artur2017-04-181-8/+44
| | | Fixes #6043
* Make it possible to use an extended ComboBox in declarative files (#8651)Artur2017-02-221-2/+3
|
* Load declarative classes using thread context class loader (#8532)Artur2017-02-221-1/+4
| | | | | | * Load declarative classes using thread context class loader Fixes #8528
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-162-0/+5
| | | Fix since tags for the server and shared modules and new types in client.
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-5/+18
| | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219
* Fix some faulty javaDoc namescaalador2017-01-261-1/+1
|
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-192-0/+72
| | | | | | | | | | * Introduce DateTimeFile and InlineDateTimeField. Fixes #8132 * Correct and provide declarative tests. * Provide a date converter and UI tests.
* Refactor AbstractDateField. (#8146)Denis2017-01-101-3/+8
| | | First round for #8132.
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-1/+1
|
* Clean up calendar tests. (#8094)Denis2016-12-271-1/+1
|
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-203-6/+6
|
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-1410-23/+23
|
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-122-0/+2
| | | Closes vaadin/framework8-issues#548
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-1/+8
| | | | | | | | Fixes vaadin/framework8-issues#399 RemoveListenersDeprecatedTest test is fixed. Corrections are made to make the test above passes. Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
* Renaming DataSource -> DataProvider to avoid collisions with ↵elmot2016-11-112-2/+2
| | | | | | javax.sql.DataSource Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
* Use final modifier where appropriatePer-Åke Minborg2016-11-094-6/+6
| | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226
* Use lambdas where appropriatePer-Åke Minborg2016-11-072-11/+4
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7232
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-041-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721f
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-042-2/+2
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721e
* 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
* Remove manual array copyPer-Åke Minborg2016-11-021-4/+3
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721b
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-021-2/+2
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7218