summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix font icon codepoint formatting in DesignResourceConverter (#17970)Maciej Przepióra2015-05-251-8/+5
* Report identifier if field binding fails (#17837)Artur Signell2015-05-131-3/+6
* 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-113-12/+12
* Fix for declarative FontIcon support (#17275)Johannes Dahlström2015-05-062-26/+168
* Add getter for local id #17444John Ahlroos2015-04-131-0/+13
* Add DesignerAttributeHelper.readAttribute with default value (#17416)Teemu Suo-Anttila2015-04-081-29/+51
* Allow setting local id via DesignContext (#16584).Mika Murtojarvi2015-04-081-5/+5
* Fix declarative support for Window (#17314)Johannes Dahlström2015-04-071-22/+27
* Add selective data write support to AbstractSelect (#17148)Leif Åstrand2015-04-072-0/+109
* Allow customizing declarative tag names (#16933)Leif Åstrand2015-03-312-95/+247
* Fix declarative support for AbstractMedia (#16330 #16331 #16332)Miki2015-03-261-1/+2
* Fix declarative support for MenuBar (#16328)Miki2015-03-261-3/+2
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-201-2/+13
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-202-11/+19
* 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-262-40/+124
* Declarative support for ProgressBar (#16316)Artur Signell2015-02-052-82/+15
* Declarative support for AbstractSelect (#15545)Artur Signell2015-02-052-0/+68
* Simplified declarative convertersArtur Signell2015-02-054-53/+233
* Use cache when reading declarative format (#16572)Artur Signell2015-02-041-2/+2
* Use non-blocking Map implementation for caches (#16582)Leif Åstrand2015-02-044-19/+11
* Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-038-345/+1024
* 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-182-12/+23
* Minor declarative API improvement (#7749)Artur Signell2014-12-181-26/+12
* API refactoring (#7749)declarativeArtur Signell2014-12-173-47/+41
* Update the javadocs in declarative (#7749).Mika Murtojarvi2014-12-173-28/+39
* Add namespace element for custom components (#7749)Matti Hosio2014-12-171-1/+1
* Do not throw exception when trying to bind a preinitialized instance field (#...Matti Hosio2014-12-172-11/+13
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-175-88/+85
* Generic cleanup (#7749)Artur Signell2014-12-161-0/+15
* createNode -> createElementArtur Signell2014-12-152-2/+2
* Fix writing issues (#7749)Artur Signell2014-12-151-9/+54
* Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-15/+8
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-13/+12
* Add public API for loading design based on @DesignRoot (#7749)Artur Signell2014-12-153-19/+152
* Refactored API for loading designs (#7749)Artur Signell2014-12-152-65/+166
* Make field binding in designs case insensitive (#7749)Artur Signell2014-12-151-2/+4
* Rename LayoutHandler to Design (#7749)Artur Signell2014-12-141-5/+5
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-123-60/+50
* Some logging improvements and minor fixes for Declarative (#7749)Matti Hosio2014-12-123-22/+21
* Declarative support for Button and NativeButton (#7749)Matti Hosio2014-12-121-3/+168
* Declarative support for TabSheet and Accordion (#7749)Matti Hosio2014-12-121-2/+2
* Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-101-2/+7
* Declarative support for AbstractField (#7749)Matti Hosio2014-12-101-0/+64
* Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-105-7/+26
* Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-101-9/+2
* Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-084-20/+526
* Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-045-147/+128