| Commit message (Expand) | Author | Age | Files | Lines |
* | Add declarative support to Tree (#9881) | Aleksi Hietanen | 2017-08-29 | 2 | -2/+174 |
* | Fix moving child to first position in tree data (#9761) | Adam Wagner | 2017-08-07 | 1 | -0/+13 |
* | Add method to get parent in TreeData (#9701) | Adam Wagner | 2017-07-27 | 1 | -0/+8 |
* | More user friendly fail message (was NullPointerException) (#9665) | Dos Moonen | 2017-07-19 | 1 | -1/+6 |
* | Fix TreeGrid.getHierarchyColumn to use correct id (#9690) | Teemu Suo-Anttila | 2017-07-18 | 1 | -0/+12 |
* | Add methods to change parent and to change child's position in hierarchical d... | Adam Wagner | 2017-07-18 | 1 | -0/+45 |
* | Delegate properties to Composite's root if possible | Ilia Motornyi | 2017-07-13 | 1 | -8/+31 |
* | Fix TreeData item removal, small improvements (#9621) | Ilia Motornyi | 2017-07-03 | 2 | -7/+124 |
* | Fix bookkeeping assertion error | Ilia Motornyi | 2017-06-30 | 1 | -0/+23 |
* | Add an optional HasValue to a ValueContext | Ilia Motornyi | 2017-06-29 | 1 | -0/+23 |
* | Add isUserOriginated to SelectedTabChangeEvent (#9580) | Artur | 2017-06-29 | 1 | -0/+52 |
* | Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578) | Yuriy Artamonov | 2017-06-29 | 1 | -6/+35 |
* | Add isExpanded() method to Tree and TreeGrid | Henri Sara | 2017-06-28 | 2 | -2/+5 |
* | Fix keymapper reverse mapping (#9535) | Ilia Motornyi | 2017-06-21 | 2 | -22/+72 |
* | Add View.beforeLeave to support delayed navigation | Artur | 2017-06-20 | 1 | -57/+142 |
* | Only throw from Binder.bindInstanceFields if there are no bindings at all (#9...8.1.0.beta2 | Artur | 2017-06-15 | 2 | -6/+56 |
* | Rewrite HierarchyMapper to consistently handle changes | Teemu Suo-Anttila | 2017-06-15 | 3 | -147/+297 |
* | Make view parameter map available in ViewChangeEvent (#9529) | Artur | 2017-06-15 | 1 | -0/+54 |
* | Allow changing the renderer of hierarchy column in TreeGrid (#9514) | Teemu Suo-Anttila | 2017-06-13 | 1 | -4/+2 |
* | Add getStateParameterMap to Navigator to get parameters as a map (#9517) | Peter Lehto | 2017-06-13 | 1 | -18/+109 |
* | Add support for Views which are not components | Artur | 2017-06-12 | 1 | -4/+69 |
* | Add pluggable connector id generator support | Leif Åstrand | 2017-06-12 | 2 | -11/+8 |
* | Throw exception if user modifies same binding step twice | Teemu Suo-Anttila | 2017-05-26 | 1 | -0/+12 |
* | Fixes OOM for broken upload request | Ilia Motornyi | 2017-05-26 | 1 | -0/+64 |
* | Correctly use id to identify data when refreshing (#9398) | Teemu Suo-Anttila | 2017-05-23 | 2 | -2/+2 |
* | Hide DataGenerator from Column API (#9351) | Teemu Suo-Anttila | 2017-05-19 | 1 | -1/+30 |
* | Clear errors when clearing binder fields (#9364) | Artur | 2017-05-19 | 1 | -0/+20 |
* | Add a method for getting bound fields from Binder (#9365) | Artur | 2017-05-19 | 1 | -11/+26 |
* | Add shorthand for adding a column with ComponentRenderer | Pekka Hyvönen | 2017-05-19 | 1 | -3/+2 |
* | Add TreeData#addRootItems, getRootItems | Aleksi Hietanen | 2017-05-18 | 1 | -0/+17 |
* | Add stream variants for the child item provider shorthands (#9375) | Leif Åstrand | 2017-05-18 | 1 | -4/+22 |
* | Clean connector tracker after each access block to stop memory leaks (#9305) | Artur | 2017-05-16 | 2 | -1/+57 |
* | Refactor common methods in in-memory data providers (#9308) | Aleksi Hietanen | 2017-05-16 | 5 | -34/+54 |
* | Refactor Html5 DnD feature based on API review (#9306) | Pekka Hyvönen | 2017-05-12 | 1 | -2/+2 |
* | Properly remove service destroy listeners (#9304) | Artur | 2017-05-12 | 1 | -0/+30 |
* | Reset HierarchicalDataCommunicator on changes (#9275) | Aleksi Hietanen | 2017-05-11 | 1 | -0/+7 |
* | Fix bean validation when using sub property bindings (#9248) | Artur | 2017-05-08 | 1 | -9/+87 |
* | Add an initial version of Tree component (#9212) | Teemu Suo-Anttila | 2017-05-02 | 5 | -21/+127 |
* | Add OSGi support #8830 #8827 #8828 #8829 | Mirjan Merruko | 2017-04-25 | 1 | -0/+2 |
* | Add support for frontend:// using separate es5 and es6 folders | Artur | 2017-04-24 | 1 | -0/+111 |
* | Support using Composite and CustomComponent as a Design root class (#9017) | Artur | 2017-04-18 | 10 | -0/+293 |
* | Fix problem when reading a nested Design based on a GridLayout (#9092) | Artur | 2017-04-18 | 2 | -1/+47 |
* | Composite component (#8952) | Artur | 2017-04-18 | 1 | -1/+15 |
* | Binder with Nested Properties (#8923) | chrosim | 2017-04-12 | 5 | -0/+201 |
* | Fix bug column and row expand ratio are not persisted | Tien Nguyen | 2017-04-04 | 1 | -6/+23 |
* | Make bindInstanceFields not bind fields already bound using functions (#8998) | Artur | 2017-04-03 | 1 | -0/+23 |
* | Make getValueProvider return ValueProvider (#8983) | Leif Åstrand | 2017-03-31 | 1 | -0/+29 |
* | Make CustomField iterator() comply with contract | Artur Signell | 2017-03-29 | 1 | -0/+63 |
* | Move select all visible to multi selection model interface (#8627) | Pekka Hyvönen | 2017-03-27 | 1 | -3/+4 |
* | Fix Binder documentation on ValidationException (#8949) | Pekka Hyvönen | 2017-03-27 | 1 | -0/+30 |