| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5
|
|
|
|
| |
Change-Id: Ia0608cd0827ab09d9b30993738acd45317778e55
|
|
|
|
| |
Change-Id: Iea7e4057df5a61805ba2f6c087fbb3bcd23f68c7
|
|
|
|
| |
Change-Id: I0190870de8d7d15406cbe54ae8dc0b7761a13910
|
|
|
|
| |
Change-Id: Ia79844498c9f6ebc715d15039f7db8441e3565b9
|
|
|
|
|
|
| |
(#7749)
Change-Id: I8b40e667d03b63e05f006e7cedf108345591d118
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
server/src/com/vaadin/ui/TextField.java
Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00
|
| |
| |
| |
| | |
Change-Id: I68fdea1144253feba906acd882b573d469f39a30
|
| |
| |
| |
| |
| |
| |
| | |
With this patch removeAllItems() works properly when
items need to be fetched from database.
Change-Id: Ic008ae7c67610cbdde7d71fa071494508678ac8f
|
| |
| |
| |
| | |
Change-Id: I7789f2de4cb179dfff936498f58dd6f2e491689b
|
| |
| |
| |
| |
| | |
(#14756)
Change-Id: I027a245975db12e3661740bd233edd98e73994e9
|
| |
| |
| |
| | |
Change-Id: I48eb0e7851187fa6bbb9024730b2611a74501ad0
|
| |
| |
| |
| | |
Change-Id: I6bda7ff2a66a9ad172c899d855ca868881600be4
|
| |
| |
| |
| |
| |
| | |
(#15355)
Change-Id: I04a91349fce452aa26c304413061440ad74465cc
|
| |
| |
| |
| | |
Change-Id: I7a05ad72dfa3d16d85aa4d0cdd235572ec01e31a
|
| |
| |
| |
| | |
Change-Id: I2d9df8a62635164f04d9109e37746686589b696a
|
| |
| |
| |
| |
| |
| | |
DefaultConverterFactory was updated, added missed types.
Change-Id: I65cffc7f91df6f40e132b45e325e15f029f9848c
|
| |
| |
| |
| |
| |
| | |
This patch makes commit() work properly if an item was modified and later deleted.
Change-Id: I5a00024112e7b6bb7ab3750c292a872937f03af9
|
| |
| |
| |
| | |
Change-Id: I2ab2d24ec05bb618969f59ea15d3a971f88009ca
|
| |
| |
| |
| | |
Change-Id: Ib7fd42e6017d0b78e6d5e6bd7f531f0cd6c8c0ab
|
| |
| |
| |
| | |
Change-Id: I7a451f428f0aa3ea7fc322cac6b0e62d830d7987
|
| |
| |
| |
| | |
Change-Id: Ieaed329ed85c68d0da8bd169b4cc5c5886dde212
|
| |
| |
| | |
Change-Id: I9f8da4b3b65d75f5890619d1220db34d02538fbc
|
| |
| |
| | |
Change-Id: I274009ff733eeba6ac312324d0ba946f64d1a26a
|
| |
| |
| |
| |
| |
| | |
properly (#7749)
Change-Id: I8a3111e7007911adfd97c15373b634b2c57f5cd5
|
| |
| |
| |
| | |
Change-Id: Ia727763f979ad94a029c7861f13bec0c6f00b876
|
| |
| |
| |
| | |
Change-Id: Ifb7342a860fa73d51dc462b788a4530abb0bb52f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* A root component with @DesignRoot must always use its superclass for
default values. Otherwise the written design will be empty as the
design is read in the constructor.
* A component which is not the root must not write its component tree
if the component tree is generated in the constructor. This is a
simplification which should be good enough for most cases (can't add
children in constructor and also using addComponent - in this case
the component added with addComponent will not be written).
* Test cases for nested templates
Change-Id: I3a384d1d8654b9865a3a790ebeb055a300a62135
|
| |
| |
| |
| | |
Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd
|
| |
| |
| |
| | |
Change-Id: Ie5e420ac5d62a2aa3206051888e6dd0f8f30df11
|
| |
| |
| |
| | |
Change-Id: Ic6f201a45d66aefe9ec93ba3be5a75b6532bf014
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now contains read methods
* Component read(InputStream design)
* DesignContext read(InputStream design, Component rootComponent)
* DesignContext read(String filename, Component rootComponent)
and write methods
* write(Component component, OutputStream outputStream)
* write(DesignContext designContext, OutputStream outputStream)
Change-Id: I9d6862240c5b2018ec39a164a54e7c047a00971b
|
| |
| |
| |
| | |
Change-Id: I4ef210d131f1e616b501468cb94ea518945a3b30
|
| |
| |
| |
| | |
Change-Id: I86fcf9062804c7eb71d460d2003a3f5eb8d775eb
|
| |
| |
| |
| | |
Change-Id: I96b7be150c9b6511f9fb701c5ee26afca67f1512
|
| |
| |
| |
| | |
Change-Id: I06de4d2065dee107da40c2a4941e7d9e22f0832b
|
| |
| |
| |
| | |
Change-Id: I4e6414e2fd4941215a788f518862ce58f38f005f
|
| |
| |
| |
| | |
Change-Id: I2a72e5001dbee4b6396344a0286ea4aa042e15aa
|
| |
| |
| |
| | |
Change-Id: Iee4689814f08ddbb852cfb3e51c9873fbe42d901
|
| |
| |
| |
| | |
Change-Id: I41d04c55c65820f0270742468e94f47099783950
|
| |
| |
| |
| | |
Change-Id: Ice244cd73825bde44fe02cf3d4b53d4eff5a5c35
|
| |
| |
| |
| | |
Change-Id: I9793d37998549c410e9e17dc14402acc3b85f4f0
|
| |
| |
| |
| | |
Change-Id: I8eb917186886aa1a9c63939d2dfd1f59df973aa2
|
| |
| |
| |
| | |
Change-Id: Idfed1c2f87812afcbb961eb238a36a1e09d61952
|
| |
| |
| |
| | |
Change-Id: I447960c4621c8bf0acbc1cce5bcc4fe5dc341256
|
| |
| |
| |
| |
| |
| |
| |
| | |
dependencies
Also minor fix in one unit test
Change-Id: I6a15cda5857a167327138f0ac5d1fb02629ef0d6
|
| |
| |
| |
| | |
Change-Id: Ic99fb1e9af921b3e14127888e2b3dffbd54f493e
|
| |
| |
| |
| |
| |
| |
| | |
This cleans the generated html by not writing the locale to every tree
node.
Change-Id: I7a3c8300ee7726e22196c6cbc659fed8b78e3bd6
|
| |
| |
| |
| | |
Change-Id: I507b44acfd3036d2d2862d1d04b518adc7bf826a
|
| |
| |
| |
| |
| |
| | |
The fields are bound to the components generated when parsing the design. The binding is done based on localId, id or caption.
Change-Id: I32ecac3cb76737c9d9d05a123db85fe65d55369c
|