summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Improve caching when expanding nodes in hierarchical data (#8902)Teemu Suo-Anttila2017-03-241-28/+33
* Clean DropEvent and DragEndEvent properties (#8925)Adam Wagner2017-03-244-30/+17
* Add possibility to configure the content mode of TabSheet tabs (#8920)Aleksi Hietanen2017-03-241-0/+28
* Add API support for setting server side drag data (#8915)Adam Wagner2017-03-242-0/+42
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-232-19/+67
* Update since tags for 8.1.0.alpha2 (#8917)8.1.0.alpha2Henri Sara2017-03-232-7/+7
* Improved Binder#hasChanges JavaDoc (#8912)Matti Tahvonen2017-03-221-8/+12
* Remove support for transfer data type (#8910)Adam Wagner2017-03-227-158/+111
* Set column captions when reading grid from a design file (#8770)Artur2017-03-222-4/+14
* Deprecate old DnD functionality (#8864)Pekka Hyvönen2017-03-229-5/+48
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-211-1/+173
* Add missing since tags for 8.1.0.alpha1 (#8888)Henri Sara2017-03-214-8/+20
* 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
* Initial documentation for 8.1 Drag and Drop (#8867)Pekka Hyvönen2017-03-201-0/+61
* Fix some javadoc errors (#8873)Ahmed Ashour2017-03-207-22/+21
* Handle unknown connectors consistently and quietly as described in #8111 (#8741)Artur2017-03-162-6/+63
* Correctly write margin info for FormLayout into design files (#8804)Artur2017-03-164-26/+85
* Hierarchical data (#8842)Aleksi Hietanen2017-03-1616-98/+2458
* Allow changing renderers after column creation (#8841)Teemu Suo-Anttila2017-03-153-6/+94
* Correct license locationAhmed Ashour2017-03-143-20/+3
* Make test for EditorSaveEvent.bean field Ilia Motornyi2017-03-142-6/+25
* Read/write Grid item type to declarative and create columns correctly (#8769)Artur2017-03-133-18/+438
* Update frozen column count when a frozen column is removed (#8788)Artur2017-03-102-2/+45
* Add the bean to grid editor eventsGiovanni Lovato2017-03-103-4/+32
* Update JavaDoc for @DesignRoot. (#8805)anssit2017-03-101-4/+5
* RichTextField unnecessarily overwrites clear method (#8802)Ilia Motornyi2017-03-091-7/+0
* Update Atmosphere to resolve problems in servlets with multiple mappings (#8785)Artur2017-03-091-1/+1
* Add @since 8.0.2 for Grid.removeAllColumns() (#8789)Ilia Motornyi2017-03-091-0/+2
* Correctly detach components in merged cells (#8773)Artur2017-03-092-0/+28
* Initial implementation of ComponentRenderer for Grid (#8743)Teemu Suo-Anttila2017-03-093-0/+193
* Include components in joined cells when finding child components (#8772)Artur2017-03-085-16/+134
* 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-083-0/+40
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-1/+1
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-074-41/+1068
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-077-126/+56
* Add missing Grid.removeAllColumns (#8750)Artur2017-03-072-0/+23
* Use try-with-resources (#8757)Ahmed Ashour2017-03-073-27/+28
* Add Column.getValueProvider to Grid (#8732)Artur2017-03-022-4/+63
* Remove unnecessary override and correct javadoc typo (#8716)Peter Lehto2017-03-011-9/+1
* Add @author and @since tags to drag and drop related new files (#8693) (#8694)Adam Wagner2017-03-018-1/+18
* Minor fix for javadocs (#8710)Ilia Motornyi2017-03-011-3/+3
* Allow powerful Navigator subclassing (#8663)Giovanni Lovato2017-02-281-4/+17
* Fix some issues with Binder serialization (#8660)Ilia Motornyi2017-02-238-12/+44
* Fix NPE sorting columns with null values (#8610)Filippo2017-02-232-1/+50
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-234-1/+205
* Make DragSource extension/component available in DropEvent (#8636)Adam Wagner2017-02-227-16/+61
* Add support for rendering HTML in ButtonRenderer (#8606)Artur2017-02-221-0/+24