aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-162-0/+5
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-5/+18
* Fix some faulty javaDoc namescaalador2017-01-261-1/+1
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-192-0/+72
* Refactor AbstractDateField. (#8146)Denis2017-01-101-3/+8
* 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
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-1/+8
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-112-2/+2
* Use final modifier where appropriatePer-Åke Minborg2016-11-094-6/+6
* Use lambdas where appropriatePer-Åke Minborg2016-11-072-11/+4
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-041-1/+1
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-042-2/+2
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-031-2/+2
* Remove manual array copyPer-Åke Minborg2016-11-021-4/+3
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-021-2/+2
* Replace with multi-catchPer-Åke Minborg2016-11-021-7/+2
* Use operator assignments where possiblePer-Åke Minborg2016-11-021-1/+1
* Add private constructor for utility classesPer-Åke Minborg2016-11-022-0/+6
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-262-22/+37
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-2410-34/+48
* Add utility for outputting the full declarative syntax of componentsAleksi Hietanen2016-10-242-3/+17
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-302-0/+63
* Use diamond operator where it can be usedArtur Signell2016-09-057-23/+23
* Add error message constructor to all converters which can failArtur Signell2016-09-051-8/+11
* Move V7 Converter and ConverterFactory to compatibility packageArtur Signell2016-08-291-16/+2
* Change declarative support to use new convertersArtur Signell2016-08-249-233/+110
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-229-70/+70
* Map <vaadin7> declarative prefix to com.vaadin.v7.uiArtur Signell2016-08-221-1/+4
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-201-3/+2
* Rename legacy packages to v7Artur Signell2016-08-189-16/+16
* Update copyright year to 2016Artur Signell2016-08-1816-16/+16
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1816-197/+197
* Format using Eclipse NeonArtur Signell2016-08-1810-114/+127
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-109-70/+70
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-131-4/+31
* Add @since for DesignContextHenri Sara2016-05-061-2/+2
* Store unknown attributes in DesignContext #19749John Ahlroos2016-04-281-0/+34
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-0/+53
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-1416-0/+3750