summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix TreeGrid.getHierarchyColumn to use correct id (#9690)Teemu Suo-Anttila2017-07-182-1/+13
* Add methods to change parent and to change child's position in hierarchical d...Adam Wagner2017-07-182-0/+128
* Remove non working setHeight methods from Tree (#9631)Jonni Nakari2017-07-181-27/+0
* Provide current request/response through VaadinRequest/VaadinResponse (#9642)Artur2017-07-186-15/+84
* Change sendMessage access modifier to protected. (#9622)Andrew Spear2017-07-171-1/+1
* Delegate properties to Composite's root if possibleIlia Motornyi2017-07-132-39/+81
* Implement tree item context clickIlia Motornyi2017-07-103-10/+125
* Clarification for GridContextClickEventIlia Motornyi2017-07-101-0/+26
* Update/add since tags (#9627)Henri Sara2017-07-034-13/+52
* Fix TreeData item removal, small improvements (#9621)Ilia Motornyi2017-07-036-17/+136
* Add criteria API to make it easier to set acceptance criteria for drag and dr...Adam Wagner2017-07-033-23/+210
* Map column components by id (#9624)Teemu Suo-Anttila2017-07-031-5/+6
* Add editor open event to Grid Editor (#9623)Teemu Suo-Anttila2017-07-034-0/+137
* Add internal state validators for HasValue (#9532)Teemu Suo-Anttila2017-07-033-2/+36
* Use ZoneId rather than ZoneOffset for conversion (#9620)Ezra Epstein2017-07-031-16/+10
* Fix bookkeeping assertion errorIlia Motornyi2017-06-302-0/+24
* Add multiple styles handling to Componentappreciated2017-06-291-0/+30
* Add an optional HasValue to a ValueContextIlia Motornyi2017-06-294-3/+80
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-299-75/+45
* Add isUserOriginated to SelectedTabChangeEvent (#9580)Artur2017-06-294-43/+174
* Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578)Yuriy Artamonov2017-06-292-11/+106
* Add mouse event details to Tree.ItemClick (#9599)Henri Sara2017-06-281-3/+19
* Add isExpanded() method to Tree and TreeGridHenri Sara2017-06-284-6/+29
* Create drag source and drop target extensions for tree grid (#9463)Adam Wagner2017-06-284-0/+301
* Add presentation value providers for Grid (#9553)Teemu Suo-Anttila2017-06-271-27/+161
* Clarify javadoc of Grid.scrollTo (#9582)Henri Sara2017-06-261-4/+7
* Make it optional to implement enter() in ViewsArtur2017-06-221-7/+11
* Fix keymapper reverse mapping (#9535)Ilia Motornyi2017-06-217-73/+176
* Enable row height and content mode settings for Tree (#9540)Teemu Suo-Anttila2017-06-201-1/+23
* Set proper paragraph breaks in Button JavaDocs (#9557)Leif Åstrand2017-06-201-4/+3
* Add View.beforeLeave to support delayed navigationArtur2017-06-205-60/+332
* Fix minor Java documentation typo in Button#click APIChristophe Bismuth2017-06-191-1/+1
* Fix displaying Grid sort order set from server (#9530)Teemu Suo-Anttila2017-06-191-0/+12
* Use ClientConnector instead of Connector in id generation event (#9542)Leif Åstrand2017-06-191-5/+3
* Add missing JavaDoc to DataCommunicatorTeemu Suo-Anttila2017-06-161-0/+13
* Only throw from Binder.bindInstanceFields if there are no bindings at all (#9...8.1.0.beta2Artur2017-06-153-7/+62
* Add missing since tags (#9544)Henri Sara2017-06-152-5/+5
* Rewrite HierarchyMapper to consistently handle changes Teemu Suo-Anttila2017-06-157-978/+905
* Fix initConnectorIdGenerator typo (#9541)Leif Åstrand2017-06-152-4/+4
* Make view parameter map available in ViewChangeEvent (#9529)Artur2017-06-153-2/+105
* Fix method link in ActiveDataHandler JavaDoc (#9525)Ilia Motornyi2017-06-141-1/+1
* Allow changing the renderer of hierarchy column in TreeGrid (#9514)Teemu Suo-Anttila2017-06-133-25/+13
* Add getStateParameterMap to Navigator to get parameters as a map (#9517)Peter Lehto2017-06-132-26/+188
* Add support for Views which are not componentsArtur2017-06-123-18/+91
* Add pluggable connector id generator supportLeif Åstrand2017-06-127-13/+268
* Add mouse event details to the drop event (#9485)Adam Wagner2017-06-074-11/+41
* Improve logging when bean validation is not available Henri Sara2017-06-052-4/+6
* Allow grid columns to optionally shrink to be narrower than contentsArtur2017-05-301-0/+54
* Make TreeData.getChildren() return value immutable (#9455)Henri Sara2017-05-301-3/+5
* Add since tags and javadocsHenri Sara2017-05-301-0/+1