aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial implementation of ComponentRenderer for Grid (#8743)Teemu Suo-Anttila2017-03-092-0/+103
* Include components in joined cells when finding child components (#8772)Artur2017-03-084-16/+48
* 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
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-1/+1
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-072-41/+16
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-075-126/+11
* Add missing Grid.removeAllColumns (#8750)Artur2017-03-071-0/+9
* Use try-with-resources (#8757)Ahmed Ashour2017-03-071-3/+2
* Add Column.getValueProvider to Grid (#8732)Artur2017-03-021-4/+15
* 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-231-4/+9
* Fix NPE sorting columns with null values (#8610)Filippo2017-02-231-1/+5
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-233-1/+204
* 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
* Make it possible to use an extended ComboBox in declarative files (#8651)Artur2017-02-221-2/+3
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-224-17/+96
* Load declarative classes using thread context class loader (#8532)Artur2017-02-222-3/+6
* Add javadoc warning and example for criteria scripts (#8643)Adam Wagner2017-02-221-0/+42
* Translate "context://" to the context root of the web appArtur2017-02-224-0/+52
* Fix null caption for NativeSelect and ComboBox (#8633)Pekka Hyvönen2017-02-213-6/+14
* Make DragSourceExtension and DragTargetExtension generic (#8628)Adam Wagner2017-02-218-75/+150
* Correctly test for mutually comparable types (#8598)Leif Åstrand2017-02-211-2/+2
* Use an informative exception message when Binder is incorrectly constructed (...Artur2017-02-201-2/+4
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-1679-39/+198
* Add javadoc clarification for DataProivder.refreshItem (#8585)Leif Åstrand2017-02-161-0/+8
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-161-4/+31
* Clarify set/addSortComparator parameter name (#8562)Leif Åstrand2017-02-141-9/+9
* HTML5 Drag and Drop Support (#8264)Adam Wagner2017-02-108-0/+720
* Use column id as the default sort order property (#8529)Leif Åstrand2017-02-101-2/+28
* Add shorthands for creating lazy DataProviders (#8511)Teemu Suo-Anttila2017-02-092-0/+112
* Clarify addComponentsAndExpand javadocs (#8516)Leif Åstrand2017-02-092-0/+8
* Binding a null bean should clear the bound field values (#8288)caalador2017-02-091-11/+26
* Add addComponentsAndExpand to horizontal and vertical layout (#8480)Leif Åstrand2017-02-082-0/+44
* Clarify javadocs for query values not used for counting (#8509)Leif Åstrand2017-02-081-4/+9
* Allow configuring how string to number converters handle empty strings (#8506)Leif Åstrand2017-02-087-22/+128
* Provide a convenience method to get items set via setItems(). Denis2017-02-084-15/+74
* Extract data provider callbacks to named and documented interfaces (#8508)Leif Åstrand2017-02-082-27/+77
* Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499)Denis2017-02-085-0/+100
* Fix removing and adding a column in grid (#8437)caalador2017-02-081-0/+1
* Provide a way to configure bean binder to auto set required fields (#8460)Denis2017-02-083-3/+135
* Add javadoc explanation about how to create serializable comparators (#8505)Leif Åstrand2017-02-082-21/+17
* Throw if there are no automatically bound fields via bindInstanceFields. (#8481)Denis2017-02-081-18/+31
* Add Grid.addColumn(String, Renderer) (#8470)Leif Åstrand2017-02-071-5/+38