summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in documentation (#9454)Flamenco2017-05-301-1/+1
* Clarify javadoc of AbstractListing item icon generatorHenri Sara2017-05-261-2/+5
* Make component iterators unmodifiableHenri Sara2017-05-267-9/+19
* Throw exception if user modifies same binding step twiceTeemu Suo-Anttila2017-05-262-0/+15
* Fix `@since` tags from #9206 to 8.0.7Pekka Hyvönen2017-05-261-9/+11
* Fixes OOM for broken upload requestIlia Motornyi2017-05-262-0/+70
* Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)Mikhail Buzuverov2017-05-261-2/+19
* Make dirty connector handling more deterministic (#9396)Henri Sara2017-05-261-6/+21
* Fix drop indicator when Grid is scrolled (#9417)Pekka Hyvönen2017-05-241-2/+3
* Allow changing NavigationStateManager (#9410)apolds2017-05-241-0/+4
* Make select all work with TreeGrid (#9412)Aleksi Hietanen2017-05-231-3/+60
* New Tree component themeIlia Motornyi2017-05-231-0/+1
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-237-65/+59
* Add MultiSelection support for Tree Component (#9354)Teemu Suo-Anttila2017-05-231-2/+56
* Add missing since tag to Binder#getFields (#9395)Aleksi Hietanen2017-05-221-1/+1
* Add dependency filters through the service init event (#9368)Leif Åstrand2017-05-193-15/+47
* Hide DataGenerator from Column API (#9351)Teemu Suo-Anttila2017-05-192-62/+105
* Clear errors when clearing binder fields (#9364)Artur2017-05-192-1/+24
* Make VaadinService#isUIActive() public (#9285)Ilia Motornyi2017-05-191-3/+3
* Add a method for getting bound fields from Binder (#9365)Artur2017-05-192-11/+36
* Add shorthand for adding a column with ComponentRendererPekka Hyvönen2017-05-192-3/+23
* Update Atmosphere to support latest Jetty versions (#9359)Artur2017-05-181-1/+1
* Add TreeData#addRootItems, getRootItemsAleksi Hietanen2017-05-182-0/+80
* Add HasHierarchicalDataProvider#setTreeDataAleksi Hietanen2017-05-183-29/+13
* Add stream variants for the child item provider shorthands (#9375)Leif Åstrand2017-05-183-4/+86
* Show drop hints when dropping in empty Grid (#9353)Pekka Hyvönen2017-05-182-10/+32
* Rename findAndFilterDependencies to findDependencies (#9366)Leif Åstrand2017-05-183-8/+8
* Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)Aleksi Hietanen2017-05-182-4/+9