summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix problem when reading a nested Design based on a GridLayout (#9092)Artur2017-04-183-6/+62
* Composite component (#8952)Artur2017-04-183-1/+408
* Always send a push identifier on UI initializationAleksi Hietanen2017-04-131-3/+1
* Use separate identifier for push connections8.1.0.alpha5Aleksi Hietanen2017-04-133-3/+50
* Create combined drop mode to allow both on_top and between drops (#9063)Adam Wagner2017-04-131-0/+37
* Grid drag and drop documentation (#9055)Adam Wagner2017-04-131-0/+8
* Check for NullPointer to remove exception spamKnoobie2017-04-131-0/+12
* Binder with Nested Properties (#8923)chrosim2017-04-128-25/+341
* Fix empty TreeGrid (#9067)Aleksi Hietanen2017-04-121-0/+2
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-128-25/+31
* Make it possible to drop things between Grid rows (#8979)Adam Wagner2017-04-122-15/+74
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-1211-61/+339
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-124-2/+198
* Make all selected rows draggable (#8746)Adam Wagner2017-04-121-0/+3
* Make Grid rows draggable (#8690)Adam Wagner2017-04-121-0/+125
* Use setCaption Javadocs inherited from Component (#9066)Leif Åstrand2017-04-122-16/+0
* Fix initial expand of TreeGrid itemsAleksi Hietanen2017-04-111-0/+1
* Make Button component draggable (#9038)Adam Wagner2017-04-101-0/+42
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-065-13/+183
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
* TreeGrid keyboard navigation Ilia Motornyi2017-04-053-17/+68
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-042-14/+31
* Make bindInstanceFields not bind fields already bound using functions (#8998)Artur2017-04-032-3/+44
* Make getValueProvider return ValueProvider (#8983)Leif Åstrand2017-03-312-3/+31
* Implement LocalDateRenderer and LocalDateTimeRenderer (#8955)Aleksi Hietanen2017-03-302-0/+423
* Add Grid.setRowHeight() (#8935)Henri Sara2017-03-291-0/+24
* Make CustomField iterator() comply with contractArtur Signell2017-03-292-23/+72
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-282-0/+4
* Move select all visible to multi selection model interface (#8627)Pekka Hyvönen2017-03-273-64/+76
* Fix Binder documentation on ValidationException (#8949)Pekka Hyvönen2017-03-271-0/+30
* Add `closable` style to Error Notifications (#8903)Jouni Koivuviita2017-03-271-0/+7
* Fix infinite loop in data communication (#8927)Aleksi Hietanen2017-03-272-10/+16
* 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