summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update NativeSelect to use DataSource, extend AbstractListingJohannes Dahlström2016-09-128-6/+452
| | | | | | Selection and focus/blur support not yet implemented. Change-Id: I76752084442216e60055d93367475c1c0a612787
* Move old NativeSelect UI tests to compatibility packageJohannes Dahlström2016-09-125-5/+7
| | | | Change-Id: I7d426de488747ce323e732f7ad45d30712fc6d61
* Remove unused SingleSelectionJohannes Dahlström2016-09-124-442/+2
| | | | Change-Id: I33afc94a581d77984f459b0cbd0ff7fe49df8e79
* Use fully qualified name for bundlesArtur Signell2016-09-122-3/+3
| | | | | | | Fixes problem with two LAZY connectors not being able to have the same simple class name. Change-Id: I97970979884c99162d52718449dc18f10e955e32
* Update server and browser support in release notesArtur Signell2016-09-121-13/+9
| | | | Change-Id: I73279f7837b0907fea6cfc9d21076ac226af4c00
* Reimplement Grid selection model in terms of AbstractSingleSelectionJohannes Dahlström2016-09-125-25/+79
| | | | Change-Id: Id21cb0df32e07bd01f90a29a814dcf0775067bfa
* Implement new RichTextAreaArtur Signell2016-09-1273-404/+2103
| | | | Change-Id: I6f430c77caaad6d610133f340eba960f2268897e
* Add AbstractSingleSelection base classJohannes Dahlström2016-09-122-29/+304
| | | | | | | | Uses RPC for client-to-server but leaves server-to-client to implementation. SimpleSingleSelection uses shared state; lazy-loading implementations to pass selection info along with item data. Change-Id: I97c1dfa28eee39aef43eabbfbac56cd83fa5747c
* Add ItemClick events to GridTeemu Suo-Anttila2016-09-124-3/+206
| | | | Change-Id: I9d761245e99cde62d0e56b89e5cbb0398fd4c363
* Add a simple non-connector single selection modelJohannes Dahlström2016-09-125-55/+307
| | | | | | To eventually replace SingleSelection. Change-Id: I623dfa962bce62067a5b35dc14be26b3de333e9b
* Make sleep in tests throw RuntimeException to avoid try catchesArtur Signell2016-09-097-33/+11
| | | | Change-Id: I7ef3cca8271ae9f725d8530793543253c216e6bc
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-0917-3072/+3104
| | | | Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6
* Add Vaadin7Widgetset metadata to manifest8.0.0.alpha1Artur Signell2016-09-091-0/+17
| | | | Change-Id: I8619553a03cf3354fe3fa90ea15fca111047a287
* Migrate ClickableRenderer and subclassesAleksi Hietanen2016-09-0918-39/+730
| | | | Change-Id: I233250d9b68052825b73bed0288fffeaf5bdd04b
* Send TextField value to server on flush()Artur Signell2016-09-091-0/+6
| | | | | | This seems to have been dropped from the new TextField patch and is needed e.g. for shortcut handlers to send the value before invoking the shortcut Change-Id: Icb0fb45c8d28fad90f13f958cbc5970cdb0fd54a
* Include compatibility packages in vaadin-all ZIPHenri Sara2016-09-082-0/+28
| | | | Change-Id: Id4d97ae130d1267acf7cb1acb4e60746643fab57
* Delete broken stylesheet and revert to default style until a newHenri Sara2016-09-082-238/+1
| | | | | | stylesheet is created Change-Id: I25da6154d55ab829d1166bbde5075bacaf62bf26
* Remove unused commit author fetching from build.Henri Sara2016-09-083-130/+0
| | | | Change-Id: I36faa94382258d5df40c7f200e5c24805896f100
* Add Form level status handler and status labelPekka Hyvönen2016-09-088-38/+628
| | | | | | | This feature doesn't make a whole lot of sense until form level status changes are available. Change-Id: Ie634c4a6b3511b7cbf9e367192034934b0e0d4b0
* Add DescriptionGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-084-2/+212
| | | | Change-Id: Ib32726ba3297a05cbc05898f37579777b9a921e0
* Add StyleGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-086-15/+337
| | | | Change-Id: I5eedce6ac24381d657357ff07ca1ccedd804158d
* Update empty since tags for 8.0Henri Sara2016-09-0833-44/+44
| | | | Change-Id: Iacf3864f6902e810591e2085adb44d0a6848f51c
* Update release notes for Vaadin 8Henri Sara2016-09-081-3/+43
| | | | Change-Id: Icf3d3632ec50c732d43acb784033ae6ae0e35d7b
* Allocate enough memory for TestingWidgetSet SDMLeif Åstrand2016-09-071-0/+1
| | | | Change-Id: I6a06684f9e71ed54f3c1d90e361fa0a9ffc712a3
* Make sure DataCommunicator always has a DataSourceTeemu Suo-Anttila2016-09-072-5/+3
| | | Change-Id: I8da042e68da1d28bff87965adeee75aa60b6021d
* Remove strange TextField column APIArtur Signell2016-09-076-37/+4
| | | | Change-Id: I1cfa901b8699afafe490ec4e8045c643c7912e89
* Add AbstractTextField client side to make mapping 1:1Artur Signell2016-09-0712-153/+324
| | | | Change-Id: I4439b995a769d22e0eded7132e2fb09123c25a49
* Remove old Firefox bug workaround for which there is no testArtur Signell2016-09-072-51/+1
| | | | Change-Id: I97efacde11852a08ccc799e0aef4d6e23484f522
* Improve listing and data source Javadocs a bitJohannes Dahlström2016-09-074-23/+37
| | | | Change-Id: Ie3821df9bcb13af5f3955776a11d33fd2c16020e
* Parameterize listing and selection connectors by selection model typeJohannes Dahlström2016-09-075-24/+77
| | | | Change-Id: I9c31582242b0b37b8a732e41bc73c59881dcf68b
* Fix empty data source client-side eventsTeemu Suo-Anttila2016-09-073-1/+35
| | | | Change-Id: I7e84fd01cf2ec46b18af960712226a48f600f623
* Reimplement basic Grid renderersLeif Åstrand2016-09-0619-43/+1149
| | | Change-Id: Ic855143d23cc7735d00130806df45b6579ba0d5c
* Clean up old Grid selection modelsTeemu Suo-Anttila2016-09-0624-1068/+407
| | | | | | | This patch removes old Grid selection model APIs in favor of the new common SelectionModel API. Change-Id: Iab8f2921930a575012c7da6226811d14a7145271
* Add new base class for Listing UI testsJohannes Dahlström2016-09-051-0/+60
| | | | Change-Id: I6901fc49379d9bd740e24c01de6ce9d530bbc585
* Refactor AbstractComponentTest to extend AbstractTestUIJohannes Dahlström2016-09-0555-513/+146
| | | | Change-Id: Ie614e7a7bf069ab4035cfcd35c3bc98007adfd4b
* Add documentation test for custom convertersArtur Signell2016-09-052-4/+51
| | | | Change-Id: I84621b6b568095b1b7f86068fa992dd570f8a103
* Use diamond operator where it can be usedArtur Signell2016-09-05456-1039/+1039
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Add error message constructor to all converters which can failArtur Signell2016-09-0522-114/+309
| | | | Change-Id: I3ec60effc75e22765d21e0223ee1537ffbdb29e7
* Add item level validator support to BinderDenis Anisimov2016-09-027-98/+582
| | | | | | | | An item level validator is run on the item (bean) after field validators have passed. A failed item level validator will block save operations, just like field level validators. Change-Id: I3b918b33371ceef07cdfbd0a8b6d477d4ac26b85
* UnitTest for SingleSelectionelmot2016-09-013-1/+210
| | | | Change-Id: I40b3b9bae7c1eb96377c0a593faee59ef52109fb
* Reintroduce frozen columns and height by rows to GridTeemu Suo-Anttila2016-09-016-1/+333
| | | | Change-Id: I5fecfabd023b39dc252e47a6aa403a79034b0f3d
* Clean up unused parts of old shared Grid classesTeemu Suo-Anttila2016-09-0113-851/+17
| | | | Change-Id: I4de92909afd74031647e9166a44362918269e57f
* Move uitests for the legacy Grid to a separate v7 packageLeif Åstrand2016-09-01247-333/+345
| | | | Change-Id: Iba9614f9809714b2d3ac564e737f03e8f89c6f82
* Fix formatting so that it is shown correctly in GitHubArtur Signell2016-09-011-6/+6
| | | | Change-Id: Ieb59f0d85d4a8bcef0dc60c849818cf1928b6f78
* Add simple data change handling for SelectsTeemu Suo-Anttila2016-09-0124-19/+364
| | | | Change-Id: I16f9577ea4091fb4febe167d76e141b5945f53ab
* Fix animation end listeners so they are always removed (#17903)Artur Signell2016-09-013-12/+91
| | | | | | | | | | Fixes ComboBox suggestion popup so that it will not automatically close when clicking the popup button, if the user happened to double click on the button earlier. Ported from 7.7 Change-Id: I6cd8c7744ca4c52a7bd52ab12c23fb55522f0611
* Implement Binder.saveIfValid and fix Binder.save to throw exceptionArtur Signell2016-08-315-15/+167
| | | | Change-Id: I44498b4b34b2e9732b50abb14e8eb7be01314158
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-31134-560/+448
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Implement SingleSelection on client and serverJohannes Dahlström2016-08-3115-104/+583
| | | | Change-Id: I48192de092c6b6e6be7ca2580720d2765962e167
* Enable assertions for TestingWidgetset, add test to verify thisTeemu Suo-Anttila2016-08-314-2/+68
| | | | Change-Id: I0c5fc24e490edc6e0d3fb7a9b1d2a71d564bb13c