Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 2 | -0/+423 |
| | | | Closes #8377 | ||||
* | Add Grid.setRowHeight() (#8935) | Henri Sara | 2017-03-29 | 1 | -0/+24 |
| | | | Fixes #8667 | ||||
* | Make CustomField iterator() comply with contract | Artur Signell | 2017-03-29 | 1 | -23/+9 |
| | | | | Fixes #8957 | ||||
* | Fix data not being sent again when adding DataGenerators (#8947) | Teemu Suo-Anttila | 2017-03-28 | 2 | -0/+4 |
| | | | | | | * Fix data not being sent again when adding DataGenerators * Fix header component detaching, revert early header cleanup | ||||
* | Move select all visible to multi selection model interface (#8627) | Pekka Hyvönen | 2017-03-27 | 2 | -61/+72 |
| | |||||
* | Add `closable` style to Error Notifications (#8903) | Jouni Koivuviita | 2017-03-27 | 1 | -0/+7 |
| | | | | | | Add an additional stylename `critical-error` that styles the notification like the Error-type, but without the close button. Fixes #8296 | ||||
* | Fix infinite loop in data communication (#8927) | Aleksi Hietanen | 2017-03-27 | 1 | -8/+14 |
| | | | | | | | | | | * Fix infinite loop in data communication * Switch to less aggressive reset when data communication is out of sync * Remove triggering of reset if reset is already being performed * Avoid redundant collection of streams in DataCommunicator | ||||
* | Improve caching when expanding nodes in hierarchical data (#8902) | Teemu Suo-Anttila | 2017-03-24 | 1 | -28/+33 |
| | | | Fixes #8790 | ||||
* | Clean DropEvent and DragEndEvent properties (#8925) | Adam Wagner | 2017-03-24 | 4 | -30/+17 |
| | | | | | | | | * Add dropEffect parameter to DragEndEvent (#8895) * Remove drop effect from drop event (#8895) * Make sure that drop effect is not null | ||||
* | Add possibility to configure the content mode of TabSheet tabs (#8920) | Aleksi Hietanen | 2017-03-24 | 1 | -0/+28 |
| | | | Fixes #8590 | ||||
* | Add API support for setting server side drag data (#8915) | Adam Wagner | 2017-03-24 | 2 | -0/+42 |
| | | | | | | | | | | * Add API support for setting server side drag data * Fix javadocs * Add server side drag data API to ASCII doc * Fix some javadocs and documentation details | ||||
* | Add feature to disable collapsing items in TreeGrid (#8879) | Teemu Suo-Anttila | 2017-03-23 | 2 | -19/+67 |
| | | | Fixes #8846 | ||||
* | Update since tags for 8.1.0.alpha2 (#8917)8.1.0.alpha2 | Henri Sara | 2017-03-23 | 2 | -7/+7 |
| | | | | * Update since tags for 8.1.0.alpha2 | ||||
* | Improved Binder#hasChanges JavaDoc (#8912) | Matti Tahvonen | 2017-03-22 | 1 | -8/+12 |
| | | | | JavaDoc now more explicitly states that hasChanges is not designed to work with setBean. | ||||
* | Remove support for transfer data type (#8910) | Adam Wagner | 2017-03-22 | 6 | -154/+109 |
| | | | | | | * Remove API for setting arbitrary drag data * Store the drag source component in the UI Fixes #8893 | ||||
* | Set column captions when reading grid from a design file (#8770) | Artur | 2017-03-22 | 1 | -0/+12 |
| | | | Fixes #8752 | ||||
* | Deprecate old DnD functionality (#8864) | Pekka Hyvönen | 2017-03-22 | 9 | -5/+48 |
| | | | Closes #8795 | ||||
* | Add collapse and expand events to TreeGrid (#8889) | Aleksi Hietanen | 2017-03-21 | 1 | -1/+173 |
| | | | Closes #8760 | ||||
* | Add missing since tags for 8.1.0.alpha1 (#8888) | Henri Sara | 2017-03-21 | 4 | -8/+20 |
| | | | | | | | | * Add missing since tags for 8.1.0.alpha1 * Update @since for DataCommunicatorClientRpc * Update @since for DataCommunicator | ||||
* | Add more 8.0.3 since tags | Henri Sara | 2017-03-21 | 4 | -14/+25 |
| | |||||
* | Add @since 8.0.3 tags | elmot | 2017-03-21 | 6 | -0/+26 |
| | |||||
* | Support data-location attribute in CustomLayout (#8866) | Henri Sara | 2017-03-20 | 1 | -0/+5 |
| | | | Fixes #8416 | ||||
* | Fix some javadoc errors (#8873) | Ahmed Ashour | 2017-03-20 | 7 | -22/+21 |
| | |||||
* | Handle unknown connectors consistently and quietly as described in #8111 (#8741) | Artur | 2017-03-16 | 1 | -6/+14 |
| | | | | Fixes #8629 | ||||
* | Correctly write margin info for FormLayout into design files (#8804) | Artur | 2017-03-16 | 1 | -3/+9 |
| | | | Fixes #8800 | ||||
* | Hierarchical data (#8842) | Aleksi Hietanen | 2017-03-16 | 12 | -98/+1923 |
| | | | | | | | * Initial HierarchicalDataProvider for TreeGrid * Initial in-memory hierarchical data implementation * TreeGrid declarative support Fixes #8611, Fixes #8620 | ||||
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-15 | 2 | -6/+75 |
| | | | Closes #8250 | ||||
* | Correct license location | Ahmed Ashour | 2017-03-14 | 1 | -16/+0 |
| | |||||
* | Make test for EditorSaveEvent.bean field | Ilia Motornyi | 2017-03-14 | 1 | -1/+2 |
| | | | * Fixes #8810, #8658 | ||||
* | Read/write Grid item type to declarative and create columns correctly (#8769) | Artur | 2017-03-13 | 1 | -18/+118 |
| | | | Fixes #8467 | ||||
* | Update frozen column count when a frozen column is removed (#8788) | Artur | 2017-03-10 | 1 | -2/+9 |
| | | | | * Update frozen column count when a frozen column is removed | ||||
* | Add the bean to grid editor events | Giovanni Lovato | 2017-03-10 | 3 | -4/+32 |
| | | | Fixes #8658 | ||||
* | Update JavaDoc for @DesignRoot. (#8805) | anssit | 2017-03-10 | 1 | -4/+5 |
| | | | Emphasise that both location and filename for the design file can be specified in the value parameter. | ||||
* | RichTextField unnecessarily overwrites clear method (#8802) | Ilia Motornyi | 2017-03-09 | 1 | -7/+0 |
| | | | | | | * RichTextField unnecessarily overwrites clear method Fixes #8801 | ||||
* | Update Atmosphere to resolve problems in servlets with multiple mappings (#8785) | Artur | 2017-03-09 | 1 | -1/+1 |
| | | | Fixes #8734 | ||||
* | Add @since 8.0.2 for Grid.removeAllColumns() (#8789) | Ilia Motornyi | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | Correctly detach components in merged cells (#8773) | Artur | 2017-03-09 | 1 | -0/+7 |
| | | | | | | * Correctly detach components in merged cells This was already once fixed in 7.7 in #8142 | ||||
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 2 | -0/+103 |
| | | | | Fixes #8622 Fixes #8623 | ||||
* | Include components in joined cells when finding child components (#8772) | Artur | 2017-03-08 | 4 | -16/+48 |
| | | | Fixes #8722 | ||||
* | Remove extra empty javadocs before package declaration (#8776) | Ahmed Ashour | 2017-03-08 | 9 | -27/+0 |
| | |||||
* | Update column caption when a text is set in the default header row | Artur | 2017-03-08 | 2 | -0/+14 |
| | | | Fixes #8751 | ||||
* | Add missing since, remove unused command | Teemu Suo-Anttila | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Picked all changes from 7.7 | Teemu Suo-Anttila | 2017-03-07 | 2 | -41/+16 |
| | | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well | ||||
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-03-07 | 5 | -126/+11 |
| | |||||
* | Add missing Grid.removeAllColumns (#8750) | Artur | 2017-03-07 | 1 | -0/+9 |
| | | | Fixes #8704 | ||||
* | Use try-with-resources (#8757) | Ahmed Ashour | 2017-03-07 | 1 | -3/+2 |
| | | | To ensure the resource is automatically closed | ||||
* | Add Column.getValueProvider to Grid (#8732) | Artur | 2017-03-02 | 1 | -4/+15 |
| | | | | | | * Add Column.getValueProvider to Grid Fixes #8680 | ||||
* | Remove unnecessary override and correct javadoc typo (#8716) | Peter Lehto | 2017-03-01 | 1 | -9/+1 |
| | | | Fixes #8715 | ||||
* | Add @author and @since tags to drag and drop related new files (#8693) (#8694) | Adam Wagner | 2017-03-01 | 8 | -1/+18 |
| | | | | * Add @author and @since tags to drag and drop related new files (#8693) | ||||
* | Minor fix for javadocs (#8710) | Ilia Motornyi | 2017-03-01 | 1 | -3/+3 |
| |