summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-455/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-091-9/+13
| | | | | | Also add missing test for GridLayout alignments Change-Id: If553c9e254fb754cb020a63013bfcc9ecae3a056
* Add DesignerAttributeHelper.readAttribute with default value (#17416)Teemu Suo-Anttila2015-04-081-29/+51
| | | | Change-Id: Ic746e761942c3d801c8e1c71bd5866bbd5daeaf4
* Fix declarative support for MenuBar (#16328)Miki2015-03-261-3/+2
| | | Change-Id: Icd70a02aa8ffef9d1aca4b833ac23aeff5813771
* Use cache when reading declarative format (#16572)Artur Signell2015-02-041-2/+2
| | | | Change-Id: I313ff4e88e13a9c160a4717a40cb13352a30bd6b
* Use non-blocking Map implementation for caches (#16582)Leif Åstrand2015-02-041-6/+3
| | | | Change-Id: Id2d3bc317f6763480b2ef5ce71244f048c5cfc26
* Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-031-345/+63
| | | | | | | | | | DesignAttributeHandler supports method names that contains some words in uppercase DesignAttributeHandler and other components now use extensible Formatter with Converters rather than static methods Change-Id: I9f68414bd4821f47ff37a26375091d154cae9a93
* Minor declarative API improvement (#7749)Artur Signell2014-12-181-26/+12
| | | Change-Id: Id5b11b27e7750085d30d2fa592b124ae474d6e9a
* API refactoring (#7749)declarativeArtur Signell2014-12-171-6/+5
| | | | Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5
* Update the javadocs in declarative (#7749).Mika Murtojarvi2014-12-171-3/+3
| | | | Change-Id: If4fd1f0434c1c6d78e47fc503b49781c35494f84
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-171-14/+8
| | | | Change-Id: I623ba0c17673144f0886556937d25f80ea1f3ffd
* Generic cleanup (#7749)Artur Signell2014-12-161-0/+15
| | | Change-Id: I274009ff733eeba6ac312324d0ba946f64d1a26a
* Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-15/+8
| | | | Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-7/+5
| | | | Change-Id: I06de4d2065dee107da40c2a4941e7d9e22f0832b
* Declarative support for Button and NativeButton (#7749)Matti Hosio2014-12-121-3/+168
| | | | Change-Id: I2a72e5001dbee4b6396344a0286ea4aa042e15aa
* Declarative support for TabSheet and Accordion (#7749)Matti Hosio2014-12-121-2/+2
| | | | Change-Id: Iee4689814f08ddbb852cfb3e51c9873fbe42d901
* Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-101-2/+7
| | | | Change-Id: Ice244cd73825bde44fe02cf3d4b53d4eff5a5c35
* Declarative support for AbstractField (#7749)Matti Hosio2014-12-101-0/+64
| | | | Change-Id: I8eb917186886aa1a9c63939d2dfd1f59df973aa2
* Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-101-2/+3
| | | | Change-Id: Idfed1c2f87812afcbb961eb238a36a1e09d61952
* Remove locale utils dependency since that is not available in the server ↵Matti Hosio2014-12-101-9/+2
| | | | | | | | dependencies Also minor fix in one unit test Change-Id: I6a15cda5857a167327138f0ac5d1fb02629ef0d6
* Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-041-2/+30
| | | | Change-Id: Icd90d78b3ddd14ffaef48f610c043e7a816db106
* Declarative feature improvements (#7749)Matti Hosio2014-12-041-293/+116
| | | | Change-Id: Ie04db36ad08f686bf6b173241652836f639d3bd9
* Declarative: Set used file separators and decimal symbols explicitlyMatti Hosio2014-12-031-2/+12
|
* Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-021-6/+20
|
* Support for synchronizing to design in AbstractComponentMatti Hosio2014-12-021-125/+379
|
* support for declarative in AbstractComponentMatti Hosio2014-11-281-0/+373