aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Expand)AuthorAgeFilesLines
* More user friendly fail message (was NullPointerException) (#9665)Dos Moonen2017-07-191-1/+6
* Fix TreeGrid.getHierarchyColumn to use correct id (#9690)Teemu Suo-Anttila2017-07-181-0/+12
* Add methods to change parent and to change child's position in hierarchical d...Adam Wagner2017-07-181-0/+45
* Delegate properties to Composite's root if possibleIlia Motornyi2017-07-131-8/+31
* Fix TreeData item removal, small improvements (#9621)Ilia Motornyi2017-07-032-7/+124
* Fix bookkeeping assertion errorIlia Motornyi2017-06-301-0/+23
* Add an optional HasValue to a ValueContextIlia Motornyi2017-06-291-0/+23
* Add isUserOriginated to SelectedTabChangeEvent (#9580)Artur2017-06-291-0/+52
* Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578)Yuriy Artamonov2017-06-291-6/+35
* Add isExpanded() method to Tree and TreeGridHenri Sara2017-06-282-2/+5
* Fix keymapper reverse mapping (#9535)Ilia Motornyi2017-06-212-22/+72
* Add View.beforeLeave to support delayed navigationArtur2017-06-201-57/+142
* Only throw from Binder.bindInstanceFields if there are no bindings at all (#9...8.1.0.beta2Artur2017-06-152-6/+56
* Rewrite HierarchyMapper to consistently handle changes Teemu Suo-Anttila2017-06-153-147/+297
* Make view parameter map available in ViewChangeEvent (#9529)Artur2017-06-151-0/+54
* Allow changing the renderer of hierarchy column in TreeGrid (#9514)Teemu Suo-Anttila2017-06-131-4/+2
* Add getStateParameterMap to Navigator to get parameters as a map (#9517)Peter Lehto2017-06-131-18/+109
* Add support for Views which are not componentsArtur2017-06-121-4/+69
* Add pluggable connector id generator supportLeif Åstrand2017-06-122-11/+8
* Throw exception if user modifies same binding step twiceTeemu Suo-Anttila2017-05-261-0/+12
* Fixes OOM for broken upload requestIlia Motornyi2017-05-261-0/+64
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-232-2/+2
* Hide DataGenerator from Column API (#9351)Teemu Suo-Anttila2017-05-191-1/+30
* Clear errors when clearing binder fields (#9364)Artur2017-05-191-0/+20
* Add a method for getting bound fields from Binder (#9365)Artur2017-05-191-11/+26
* Add shorthand for adding a column with ComponentRendererPekka Hyvönen2017-05-191-3/+2
* Add TreeData#addRootItems, getRootItemsAleksi Hietanen2017-05-181-0/+17
* Add stream variants for the child item provider shorthands (#9375)Leif Åstrand2017-05-181-4/+22
* Clean connector tracker after each access block to stop memory leaks (#9305)Artur2017-05-162-1/+57
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-165-34/+54
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-121-2/+2
* Properly remove service destroy listeners (#9304)Artur2017-05-121-0/+30
* Reset HierarchicalDataCommunicator on changes (#9275)Aleksi Hietanen2017-05-111-0/+7
* Fix bean validation when using sub property bindings (#9248)Artur2017-05-081-9/+87
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-025-21/+127
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-251-0/+2
* Add support for frontend:// using separate es5 and es6 foldersArtur2017-04-241-0/+111
* Support using Composite and CustomComponent as a Design root class (#9017)Artur2017-04-1810-0/+293
* Fix problem when reading a nested Design based on a GridLayout (#9092)Artur2017-04-182-1/+47
* Composite component (#8952)Artur2017-04-181-1/+15
* Binder with Nested Properties (#8923)chrosim2017-04-125-0/+201
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-041-6/+23
* Make bindInstanceFields not bind fields already bound using functions (#8998)Artur2017-04-031-0/+23
* Make getValueProvider return ValueProvider (#8983)Leif Åstrand2017-03-311-0/+29
* Make CustomField iterator() comply with contractArtur Signell2017-03-291-0/+63
* Move select all visible to multi selection model interface (#8627)Pekka Hyvönen2017-03-271-3/+4
* Fix Binder documentation on ValidationException (#8949)Pekka Hyvönen2017-03-271-0/+30
* Fix infinite loop in data communication (#8927)Aleksi Hietanen2017-03-271-2/+2
* Remove support for transfer data type (#8910)Adam Wagner2017-03-221-4/+2
* Set column captions when reading grid from a design file (#8770)Artur2017-03-221-4/+2