aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/declarative/DesignContext.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-795/+0
* Add @since for 7.5.7 changesHenri Sara2015-10-041-1/+1
* Use "vaadin-" as default prefix for Design (#18957)Henri Sara2015-09-281-15/+75
* Add missing @since for 7.5Leif Åstrand2015-05-121-1/+5
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-111-7/+7
* Add getter for local id #17444John Ahlroos2015-04-131-0/+13
* Allow setting local id via DesignContext (#16584).Mika Murtojarvi2015-04-081-5/+5
* Add selective data write support to AbstractSelect (#17148)Leif Åstrand2015-04-071-0/+54
* Allow customizing declarative tag names (#16933)Leif Åstrand2015-03-311-94/+76
* Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-101-10/+11
* Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-261-40/+11
* Use non-blocking Map implementation for caches (#16582)Leif Åstrand2015-02-041-3/+2
* Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-291-19/+11
* Allow reading and writing empty designs (#7749).Mika Murtojarvi2014-12-181-1/+1
* API refactoring (#7749)declarativeArtur Signell2014-12-171-36/+31
* Do not throw exception when trying to bind a preinitialized instance field (#...Matti Hosio2014-12-171-2/+7
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-171-6/+14
* createNode -> createElementArtur Signell2014-12-151-1/+1
* Fix writing issues (#7749)Artur Signell2014-12-151-9/+54
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-13/+12
* Add public API for loading design based on @DesignRoot (#7749)Artur Signell2014-12-151-1/+1
* Refactored API for loading designs (#7749)Artur Signell2014-12-151-6/+6
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-43/+39
* Some logging improvements and minor fixes for Declarative (#7749)Matti Hosio2014-12-121-11/+3
* Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-101-3/+4
* Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-081-3/+128
* Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-041-69/+74
* Declarative feature improvements (#7749)Matti Hosio2014-12-041-5/+7
* Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-031-2/+2
* Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-021-166/+293
* Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-021-3/+365
* support for declarative in AbstractComponentMatti Hosio2014-11-281-0/+57