summaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Implement error level on client side (#9817)Adam Wagner2017-09-272-2/+2
* Fix DataCommunicator parameter not used in Grid constructor (#10075)JenoDK2017-09-262-0/+27
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-261-10/+37
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-252-15/+110
* Construct array inline (#10068)Ahmed Ashour2017-09-239-9/+9
* Fix javadoc references (#10067)Ahmed Ashour2017-09-235-9/+0
* Remove unused methods. (#10058)Ahmed Ashour2017-09-223-0/+3
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-212-3/+3
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-1/+1
* Remove unused methods (#10020)Ahmed Ashour2017-09-204-47/+3
* Use simple class namesAhmed Ashour2017-09-202-3/+7
* Add API for running BindingValidationStatusHandlers (#9966)Teemu Suo-Anttila2017-09-191-1/+62
* Optimize HierarchyMapper (#10003)Piotr Wilkin2017-09-192-8/+81
* Use String.isEmpty()Ahmed Ashour2017-09-192-5/+5
* Fix removeBinding logic (#10002)Piotr Wilkin2017-09-191-7/+22
* Fix incorrect resource name generation (#9957)Dos Moonen2017-09-111-1/+1
* Add methods to remove Bindings from Binder (#9932)Teemu Suo-Anttila2017-09-051-0/+71
* Fix AbstractClientConnector stateTypeCache memory leak (#9896)Aleksi Hietanen2017-08-301-0/+65
* Add declarative support to Tree (#9881)Aleksi Hietanen2017-08-292-2/+174
* Fix moving child to first position in tree data (#9761)Adam Wagner2017-08-071-0/+13
* Add method to get parent in TreeData (#9701)Adam Wagner2017-07-271-0/+8
* 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