summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset
Commit message (Collapse)AuthorAgeFilesLines
* Properly recognize class of redefined UI connector (#10867)Leif Åstrand2013-03-113-0/+69
| | | | Change-Id: I8e3afbd669123a846214c3bd65bf696aa2b5a536
* Fix random error in DelegateToWidget testLeif Åstrand2013-02-281-0/+1
| | | | | | | | | | Because of performance fixes to the handling of @DelegateToWidget handling, the order in which property changes are delegated are no longer deterministic. This patch fixes a bug in the test which caused the update to value4 to be ignored if that was the last property to get delegated. Change-Id: Ie13a125b0d719894391b8ae3c9d2d899b163ebb4
* Updated copyright notices and added missing license headersArtur Signell2013-01-0428-28/+28
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Encode all values based on declared type (#10549)Leif Åstrand2012-12-182-3/+15
| | | | | | | | | * ServerRpc encoding uses type data from the interface * Beans encoded on the server use reflection based on declared type * Remove row numbers to enable adding test without changing old indices * Update test to send non-primitive map values Change-Id: I0462b547cb7de252564b3569420b0b24cee4515f
* Default id should get overridden only if id has been specifically setAnna Koskinen2012-12-073-0/+49
| | | | | | (#10179). Change-Id: I102ca64648a88e70e88d9c546e8ea49de47451fb
* Reset state before sending hierarchy event to removed connector (#10151)Leif Åstrand2012-12-073-0/+130
| | | | Change-Id: If4f3e23a1d58c9f1cec7fc7d5e4e3f470932162f
* Make AbstractExtensionConnector.extend abstract (#10378)Artur Signell2012-11-263-2/+15
| | | | Change-Id: I96682d62c632588e05508a50765ac3d029500a74
* Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-204-8/+8
| | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
* @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-161-1/+1
| | | | Change-Id: I5d587852d00b485eb57e10ad3ba874ea1b500a19
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-133-3/+3
| | | | Change-Id: I5bc64ed7446ca6f87311bf63f49fb883cfd8b538
* Rename Application.getRootConnector to getUIConnector (#10158)Johannes Dahlström2012-11-081-5/+5
| | | | Change-Id: I9f7714cc8a723550e521b1cd0fb70499f3f12138
* Added AbstractConnector.getRpcProxy helper (#10143)Artur Signell2012-11-074-13/+4
| | | | Change-Id: I52ca9908763cc7416a2c50971252429cd8c294e8
* Make getRpcProxy protected (#9312)Artur Signell2012-11-061-0/+6
| | | | Change-Id: Ia315978b72e5fa3d2f7268b9bb4b4095c2d93402
* Overlay container #9220Marc Englund2012-10-302-0/+2
| | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
* Update mini tutorial codeLeif Åstrand2012-10-181-1/+1
| | | | Change-Id: Ib8114efc793f6df412cefddfcf7627d4812b1228
* Merge "Use class hierachy for resolving @Connect conflicts (#9826)"John Ahlroos2012-10-116-0/+189
|\
| * Use class hierachy for resolving @Connect conflicts (#9826)Leif Åstrand2012-10-116-0/+189
| | | | | | | | Change-Id: Ic268bfb5704a5c9113dee80017196c72b5236b93
* | Mini tutorial code updateLeif Åstrand2012-10-116-15/+109
|/
* ACCC no longer has a default implementation of onConnectorHierarchyChange ↵Artur Signell2012-10-101-1/+0
| | | | | | (#9298) Change-Id: I6c358b8b8fdbad2c058cf6915d7d6026412b7999
* Update mini tutorial code to reflect reality.Leif Åstrand2012-09-275-25/+7
|
* Include getWidget return type even if createWidget is defined (#9561)Leif Åstrand2012-09-173-0/+81
|
* Mini tutorial code for #9498Leif Åstrand2012-09-142-0/+72
|
* Mini tutorial code for Creating a component extensionLeif Åstrand2012-09-141-0/+39
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-3032-0/+1395