summaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Implement LocalDateRenderer and LocalDateTimeRenderer (#8955)Aleksi Hietanen2017-03-302-0/+423
| | | Closes #8377
* Add Grid.setRowHeight() (#8935)Henri Sara2017-03-291-0/+24
| | | Fixes #8667
* Make CustomField iterator() comply with contractArtur Signell2017-03-291-23/+9
| | | | Fixes #8957
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-282-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önen2017-03-272-61/+72
|
* Add `closable` style to Error Notifications (#8903)Jouni Koivuviita2017-03-271-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 Hietanen2017-03-271-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-Anttila2017-03-241-28/+33
| | | Fixes #8790
* Clean DropEvent and DragEndEvent properties (#8925)Adam Wagner2017-03-244-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 Hietanen2017-03-241-0/+28
| | | Fixes #8590
* Add API support for setting server side drag data (#8915)Adam Wagner2017-03-242-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-Anttila2017-03-232-19/+67
| | | Fixes #8846
* Update since tags for 8.1.0.alpha2 (#8917)8.1.0.alpha2Henri Sara2017-03-232-7/+7
| | | | * Update since tags for 8.1.0.alpha2
* Improved Binder#hasChanges JavaDoc (#8912)Matti Tahvonen2017-03-221-8/+12
| | | | JavaDoc now more explicitly states that hasChanges is not designed to work with setBean.
* Remove support for transfer data type (#8910)Adam Wagner2017-03-226-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)Artur2017-03-221-0/+12
| | | Fixes #8752
* Deprecate old DnD functionality (#8864)Pekka Hyvönen2017-03-229-5/+48
| | | Closes #8795
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-211-1/+173
| | | Closes #8760
* Add missing since tags for 8.1.0.alpha1 (#8888)Henri Sara2017-03-214-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 tagsHenri Sara2017-03-214-14/+25
|
* Add @since 8.0.3 tagselmot2017-03-216-0/+26
|
* Support data-location attribute in CustomLayout (#8866)Henri Sara2017-03-201-0/+5
| | | Fixes #8416
* Fix some javadoc errors (#8873)Ahmed Ashour2017-03-207-22/+21
|
* Handle unknown connectors consistently and quietly as described in #8111 (#8741)Artur2017-03-161-6/+14
| | | | Fixes #8629
* Correctly write margin info for FormLayout into design files (#8804)Artur2017-03-161-3/+9
| | | Fixes #8800
* Hierarchical data (#8842)Aleksi Hietanen2017-03-1612-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-Anttila2017-03-152-6/+75
| | | Closes #8250
* Correct license locationAhmed Ashour2017-03-141-16/+0
|
* Make test for EditorSaveEvent.bean field Ilia Motornyi2017-03-141-1/+2
| | | * Fixes #8810, #8658
* Read/write Grid item type to declarative and create columns correctly (#8769)Artur2017-03-131-18/+118
| | | Fixes #8467
* Update frozen column count when a frozen column is removed (#8788)Artur2017-03-101-2/+9
| | | | * Update frozen column count when a frozen column is removed
* Add the bean to grid editor eventsGiovanni Lovato2017-03-103-4/+32
| | | Fixes #8658
* Update JavaDoc for @DesignRoot. (#8805)anssit2017-03-101-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 Motornyi2017-03-091-7/+0
| | | | | | * RichTextField unnecessarily overwrites clear method Fixes #8801
* Update Atmosphere to resolve problems in servlets with multiple mappings (#8785)Artur2017-03-091-1/+1
| | | Fixes #8734
* Add @since 8.0.2 for Grid.removeAllColumns() (#8789)Ilia Motornyi2017-03-091-0/+2
|
* Correctly detach components in merged cells (#8773)Artur2017-03-091-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-Anttila2017-03-092-0/+103
| | | | Fixes #8622 Fixes #8623
* Include components in joined cells when finding child components (#8772)Artur2017-03-084-16/+48
| | | Fixes #8722
* Remove extra empty javadocs before package declaration (#8776)Ahmed Ashour2017-03-089-27/+0
|
* Update column caption when a text is set in the default header rowArtur2017-03-082-0/+14
| | | Fixes #8751
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-1/+1
|
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-072-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 Hietanen2017-03-075-126/+11
|
* Add missing Grid.removeAllColumns (#8750)Artur2017-03-071-0/+9
| | | Fixes #8704
* Use try-with-resources (#8757)Ahmed Ashour2017-03-071-3/+2
| | | To ensure the resource is automatically closed
* Add Column.getValueProvider to Grid (#8732)Artur2017-03-021-4/+15
| | | | | | * Add Column.getValueProvider to Grid Fixes #8680
* Remove unnecessary override and correct javadoc typo (#8716)Peter Lehto2017-03-011-9/+1
| | | Fixes #8715
* Add @author and @since tags to drag and drop related new files (#8693) (#8694)Adam Wagner2017-03-018-1/+18
| | | | * Add @author and @since tags to drag and drop related new files (#8693)
* Minor fix for javadocs (#8710)Ilia Motornyi2017-03-011-3/+3
|