aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Initial documentation for 8.1 Drag and Drop (#8867)Pekka Hyvönen2017-03-201-0/+61
* Handle unknown connectors consistently and quietly as described in #8111 (#8741)Artur2017-03-161-0/+49
* Correctly write margin info for FormLayout into design files (#8804)Artur2017-03-163-23/+76
* Hierarchical data (#8842)Aleksi Hietanen2017-03-164-0/+535
* Allow changing renderers after column creation (#8841)Teemu Suo-Anttila2017-03-151-0/+19
* Correct license locationAhmed Ashour2017-03-142-4/+3
* Make test for EditorSaveEvent.bean field Ilia Motornyi2017-03-141-5/+23
* Read/write Grid item type to declarative and create columns correctly (#8769)Artur2017-03-132-0/+320
* Update frozen column count when a frozen column is removed (#8788)Artur2017-03-101-0/+36
* Correctly detach components in merged cells (#8773)Artur2017-03-091-0/+21
* Initial implementation of ComponentRenderer for Grid (#8743)Teemu Suo-Anttila2017-03-091-0/+90
* Include components in joined cells when finding child components (#8772)Artur2017-03-081-0/+86
* Update column caption when a text is set in the default header rowArtur2017-03-081-0/+26
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-072-0/+1052
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-072-0/+45
* Add missing Grid.removeAllColumns (#8750)Artur2017-03-071-0/+14
* Use try-with-resources (#8757)Ahmed Ashour2017-03-072-24/+26
* Add Column.getValueProvider to Grid (#8732)Artur2017-03-021-0/+48
* Fix some issues with Binder serialization (#8660)Ilia Motornyi2017-02-237-8/+35
* Fix NPE sorting columns with null values (#8610)Filippo2017-02-231-0/+45
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-231-0/+1
* Make it possible to use an extended ComboBox in declarative files (#8651)Artur2017-02-222-0/+22
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-224-3/+227
* Translate "context://" to the context root of the web appArtur2017-02-221-0/+127
* Fix null caption for NativeSelect and ComboBox (#8633)Pekka Hyvönen2017-02-211-0/+85
* Correctly test for mutually comparable types (#8598)Leif Åstrand2017-02-211-0/+7
* Provide explicit locale in GridTest (#8525)Ilia Motornyi2017-02-141-1/+4
* Use column id as the default sort order property (#8529)Leif Åstrand2017-02-101-0/+35
* Binding a null bean should clear the bound field values (#8288)caalador2017-02-091-24/+113
* Add addComponentsAndExpand to horizontal and vertical layout (#8480)Leif Åstrand2017-02-082-0/+138
* Allow configuring how string to number converters handle empty strings (#8506)Leif Åstrand2017-02-087-7/+74
* Provide a convenience method to get items set via setItems(). Denis2017-02-082-0/+16
* Provide a way to configure bean binder to auto set required fields (#8460)Denis2017-02-082-0/+200
* Throw if there are no automatically bound fields via bindInstanceFields. (#8481)Denis2017-02-081-6/+38
* Add Grid.addColumn(String, Renderer) (#8470)Leif Åstrand2017-02-071-0/+26
* Make one-arg addColumn use natural sort for mutually comparable values (#8458)Leif Åstrand2017-02-072-2/+96
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-032-2/+79
* Add selection methods to grid that delegate to its selection model (#8315)Aleksi Hietanen2017-02-031-0/+55
* Add Grid editor events. (#8365)Denis2017-02-021-0/+165
* Add helpers for dealing with columns based on its id (#8411)Leif Åstrand2017-02-023-11/+287
* Make it easy to invoke ServerRpc methods as part of unit tests (#8346)Artur2017-02-027-38/+18
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-014-27/+120
* Introduce Binder.addFialdValueChangeListener (#8273)Denis2017-02-011-0/+167
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-018-70/+47
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-311-1/+2
* Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383)Artur2017-01-301-0/+42
* Fix NPE when grid is sorted by column with null values Ilia Motornyi2017-01-301-0/+147
* Add convenience constructors to new components (#598) (#8351)caalador2017-01-307-0/+541
* Add regression tests for HasValue.getOptionalValue (#8352)Leif Åstrand2017-01-281-0/+44
* Introduce empty selection functionality for NativeSelect. (#8336)Denis2017-01-272-2/+26