Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vaadin 8 terminology changes: Architecture Overviewfeature/vaadin8-book | Johannes Dahlström | 2016-07-13 | 0 | -0/+0 |
| | | | | Change-Id: Id1d5a851060ec11f9c452babc631c9c8351b7605 | ||||
* | Revised diagrams in intro, installation, architecture, and application ↵ | Marko Gronroos | 2016-07-13 | 47 | -16032/+9167 |
| | | | | | | chapters. #19897 Change-Id: I42673cabcd171dd560dfe84fd84eb86e7ba11733 | ||||
* | Vaadin 8 terminology changes: Architecture Overview | Johannes Dahlström | 2016-07-13 | 1 | -8/+5 |
| | | | | Change-Id: I78a2a3a0a75527cf12c2c6d626272dc35bb18ba6 | ||||
* | Move shared classes to a temporary subpackage | Teemu Suo-Anttila | 2016-07-13 | 22 | -32/+30 |
| | | | | Change-Id: I50079477ed8424ee8263a403a5446897717b2ff5 | ||||
* | Add sortingBy with function parameter to in-memory data source | Teemu Suo-Anttila | 2016-07-12 | 2 | -2/+23 |
| | | | | Change-Id: Ib622bba1a845121cfff8dd23544c95dbce8d8974 | ||||
* | Add additional checks to in-memory data source tests | Teemu Suo-Anttila | 2016-07-12 | 1 | -1/+12 |
| | | | | Change-Id: Iba6930fdbd2378b2475a472e65e18eff71fdc560 | ||||
* | Add basic sorting implementation and API | Teemu Suo-Anttila | 2016-07-12 | 10 | -43/+142 |
| | | | | Change-Id: Ic1fded7f26e3f63c234c6e5bebf8f8fed22e6365 | ||||
* | Simplify DataSource to be a function that provides Stream of values | Teemu Suo-Anttila | 2016-07-12 | 8 | -388/+92 |
| | | | | | | This patch also removes the old automatic update logic. Change-Id: Idb50137eee2592c1acd14ff67f577ad5edbbd2ff | ||||
* | Fix dropped key clean up in DataCommunicatorConnector | Teemu Suo-Anttila | 2016-07-12 | 1 | -0/+1 |
| | | | | Change-Id: Ia6c3307c2ae4128af622d2e7bccf1dcdda080671 | ||||
* | Rename data communication class to DataCommunicator | Teemu Suo-Anttila | 2016-07-12 | 8 | -50/+50 |
| | | | | Change-Id: Id44af8373737734dac1149689f0e37bdfd3795d9 | ||||
* | Fix ARS to find tests from temp package | Teemu Suo-Anttila | 2016-07-12 | 1 | -0/+2 |
| | | | | Change-Id: I8b802b1c3f49b41930eaf2b650a1a897f1e30f2b | ||||
* | Clean up NativeSelectConnector update logic | Teemu Suo-Anttila | 2016-07-11 | 1 | -78/+50 |
| | | | | Change-Id: If51361384a02c91708058bad1ad106161ee71b1a | ||||
* | Use a lazy-loading compatible client-side data source with listings | Teemu Suo-Anttila | 2016-07-11 | 12 | -401/+342 |
| | | | | | | | | This patch simplifies DataProviders to only have one server-side implementation. DataSource is now returning Stream of beans instead of Iterator. For now DataSource is required to provide a size. Change-Id: I717de46d681ab08ae7e0b6c811ca1eee7ebb225b | ||||
* | Move new files under temporary package names | Teemu Suo-Anttila | 2016-07-11 | 46 | -143/+134 |
| | | | | Change-Id: I79b456f49c81b5709bece92b8735d4a5e223174d | ||||
* | Rename Component.Event to LegacyEvent | Johannes Dahlström | 2016-07-07 | 39 | -89/+91 |
| | | | | Change-Id: I5d8acb11fba62bd148ce5c3c3699c642c647fbf5 | ||||
* | Rename package c.v.event.handler to c.v.event.typed | Johannes Dahlström | 2016-07-07 | 14 | -32/+30 |
| | | | | Change-Id: I2cf9d3fd9c7174780bca4876383bbf4d363cad39 | ||||
* | Unify onChange event handling | Johannes Dahlström | 2016-07-07 | 10 | -214/+175 |
| | | | | Change-Id: I3556e94961ed06588d7201478ccee03d78eb1b5a | ||||
* | Fix for checkbox read-only (#19971) | elmot | 2016-06-21 | 1 | -3/+1 |
| | | | | Change-Id: I21b5e61a352be2cfd978f19b7d54648b58d55c36 | ||||
* | Fix typos in Javadoc; Optimize imports; Minor change for code style | elmot | 2016-06-21 | 3 | -8/+3 |
| | | | | Change-Id: I9f545e85274c41ca96ef682c60420eb23095c3e8 | ||||
* | Fix null as a SelectionModel | Teemu Suo-Anttila | 2016-06-17 | 11 | -130/+185 |
| | | | | | | Provides methods for cleaning up selection models. Change-Id: Ifd1db68ba8cd6e75942a3f700e608ee0d2dfcd15 | ||||
* | Implement a new DateField based on LocalDate | Teemu Suo-Anttila | 2016-06-17 | 4 | -0/+280 |
| | | | | Change-Id: I342a0ebd8562b2c0ab4deb3ed918ebfe9ee2f932 | ||||
* | Make onChange throw in TextField and CheckBox when Handler is null | Aleksi Hietanen | 2016-06-17 | 2 | -0/+59 |
| | | | | | | Add readDesign, writeDesign, getCustomAttributes to CheckBox Change-Id: I412413e53fde5a02a4f8a76a6b47b002141435a2 | ||||
* | Add setOptions to Listing with default implementation | Teemu Suo-Anttila | 2016-06-16 | 1 | -0/+21 |
| | | | | Change-Id: Ica2b83341c8233934333beec6cf29109d4cca91f | ||||
* | Implement a new typed Grid | Teemu Suo-Anttila | 2016-06-16 | 10 | -28/+415 |
| | | | | Change-Id: I619558d4367ffaa77f3509c6a9203cada638f57a | ||||
* | Change DataSource addDataChangeHandler() return type to Registration | Aleksi Hietanen | 2016-06-16 | 3 | -21/+15 |
| | | | | | | Remove DataSource removeDataChangeHandler() Change-Id: I07a92ad6e7d2c75ca8f53a3376d0b8157559cb70 | ||||
* | Add ListDataSource with tests | Teemu Suo-Anttila | 2016-06-16 | 4 | -1/+193 |
| | | | | Change-Id: I38a0429e4f27a6734f3f6189bdd5c45706d86601 | ||||
* | Implement onChange handlers in SingleSelection | Aleksi Hietanen | 2016-06-16 | 2 | -5/+25 |
| | | | | Change-Id: I84b6d19e52ac0f55977ade6126a3cc1a9183c483 | ||||
* | Fix select null in SingleSelection | Teemu Suo-Anttila | 2016-06-16 | 1 | -1/+3 |
| | | | | Change-Id: I4156ee7d9a7e68cb8043db368b928a849b646d64 | ||||
* | Add Binder for binding beans to fields | Teemu Suo-Anttila | 2016-06-16 | 2 | -0/+256 |
| | | | | Change-Id: I509f02261a36fcef276d2a1c5590a06bc28e8ed2 | ||||
* | Implement new TextField | Johannes Dahlström | 2016-06-16 | 5 | -0/+509 |
| | | | | Change-Id: Ia2d357b77842bef188ae1f2a25e4a6a1c0a86dd0 | ||||
* | Implement a new typed CheckBox | Teemu Suo-Anttila | 2016-06-15 | 2 | -0/+299 |
| | | | | Change-Id: I54030ad525e998f7533f4bb25b3e77c33791b145 | ||||
* | Use DataProviderConstants for communication | Teemu Suo-Anttila | 2016-06-15 | 3 | -11/+18 |
| | | | | Change-Id: Ic51fd70229991838f5da449a3db467ea41a663ea | ||||
* | Extract a base class from typed NativeSelect | Teemu Suo-Anttila | 2016-06-15 | 7 | -120/+341 |
| | | | | | | This patch adds some helpers for extensions aimed at Listing components. Change-Id: I7ac2ee56ca7e44ac0300c94d02d30533aea11f9a | ||||
* | Add server to client communication to selection model | Teemu Suo-Anttila | 2016-06-15 | 11 | -11/+156 |
| | | | | Change-Id: Iad3f8c6a5c1b30aebc01ce859d828153db91f596 | ||||
* | Add typed NativeSelect and SelectionModel functionality | Teemu Suo-Anttila | 2016-06-15 | 12 | -3/+746 |
| | | | | Change-Id: I3d65d02c34aa6ff0281cae36cfdd8b1166292d7f | ||||
* | Add a DataProvider implementation | Teemu Suo-Anttila | 2016-06-15 | 9 | -0/+1012 |
| | | | | Change-Id: I8fba190a905a4dac6bfef5693064218672e23ba4 | ||||
* | Introduce Listing and SelectionModel | Teemu Suo-Anttila | 2016-06-15 | 2 | -0/+153 |
| | | | | Change-Id: Ied323b4874c3abe57e745a842c30580b50389243 | ||||
* | Add DataSource interface with abstract base class | Teemu Suo-Anttila | 2016-06-15 | 3 | -0/+224 |
| | | | | Change-Id: If7800ea18f7bed0af99f9f65467d75544f9d22a7 | ||||
* | Initial HasValue, Handler, Event and Registration | Teemu Suo-Anttila | 2016-06-15 | 4 | -0/+208 |
| | | | | Change-Id: Ib7e8b10d50fc37a118827e6e851c4ab54696c721 | ||||
* | Update version number, use Java 8 | Teemu Suo-Anttila | 2016-06-15 | 15 | -18/+18 |
| | | | | Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a | ||||
* | Provide a way to disallow navigation to the same state twice (#12107). | Denis Anisimov | 2016-06-13 | 2 | -26/+121 |
| | | | | Change-Id: I831a02f26929cc7ec4dac5177cb68f84bd0bfc2b | ||||
* | Added a note to JPAContainer chapter that it is no longer recommended. | Marko Gronroos | 2016-06-10 | 1 | -5/+6 |
| | | | | Change-Id: I4fcc1af9916fa84523531d7886812e3a6d2af0fc | ||||
* | Fixed wrong font include. | Sami Ekblad | 2016-06-10 | 1 | -1/+1 |
| | | | | | | This fixes https://dev.vaadin.com/ticket/19800 Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d | ||||
* | Unneeded duplicate of the word "should" | Vlad | 2016-06-09 | 1 | -1/+1 |
| | | | | | | Just a typo Change-Id: I814c583f91fa6724f8ad8785c8cc2ae939aa99f4 | ||||
* | Fixing messed up column in Grid after hide, resize and show (#19826) | adam | 2016-06-07 | 3 | -1/+181 |
| | | | | | | | When resizing a column in Grid, widths of all columns without a fixed width (-1) are set to their actual width. This is 0 when the column is hidden. Change-Id: If50e71c748cd0674f44d9e51777518eb48b42c5c | ||||
* | Add missing license header to BodyStyleName | Teemu Suo-Anttila | 2016-06-03 | 1 | -0/+16 |
| | | | | Change-Id: Ib1652668ca6292fd54edf4f1055034bb061892cd | ||||
* | Suppress Checkstyle markers from */target/* paths | Johannes Dahlström | 2016-06-03 | 3 | -1/+11 |
| | | | | Change-Id: I2dda177c4e0a5bb28c001dd02aa0b40c81928163 | ||||
* | Fix a Javadoc typo that crashes Checkstyle (yes, really) | Johannes Dahlström | 2016-06-02 | 1 | -1/+1 |
| | | | | Change-Id: Ib0ca5ad40a8e68a21c707941c7d533c9206a9129 | ||||
* | Add missing @since 7.77.7.0.alpha3 | Henri Sara | 2016-06-01 | 1 | -1/+1 |
| | | | | Change-Id: Id9f1dbc991c1dcb2c2d3817d9d958485db6269bc | ||||
* | New login form (#8171) | Ingo Kegel | 2016-06-01 | 7 | -232/+566 |
| | | | | | | | | | The legacy LoginForm is substituted with the new one which is compatible in API. The patch contains modified code from the addon https://vaadin.com/directory#addon/loginform Change-Id: I2178291c97c2f66840f832a0bf932271534beb49 |