aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479)Marco Collovati2018-01-101-1/+1
* Update Grid.addColumn JavaDoc to tell about nested properties (#10431)Olli Tietäväinen2018-01-101-1/+8
* Backport fix for removing Notifications on close (#10504)Teemu Suo-Anttila2018-01-101-3/+23
* Prevent killing UI if heartbeats are pending (#10371)Teemu Suo-Anttila2017-12-071-5/+18
* Improve Binder JavaDocs and APIs (#10347)8.2.0.beta1Teemu Suo-Anttila2017-11-211-7/+22
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-216-7/+36
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-2111-52/+49
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-214-117/+192
* FileResource to use bufferSize, and StreamResource to use getCacheTime() (#10...Ahmed Ashour2017-11-212-2/+3
* Remove unused imports (#10330)Ahmed Ashour2017-11-212-2/+1
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-176-13/+13
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-164-5/+47
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-1512-19/+19
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-158-14/+682
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-152-14/+129
* Fix TreeGrid to use correct super constructor (#10291)Jerome Meyer2017-11-141-26/+29
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-142-10/+279
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-131-3/+22
* Set no-store headers on UIDL messagesLeif Åstrand2017-11-101-3/+9
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-101-8/+60
* Relax mapper access in HierarchicalDataCommunicator Ilia Motornyi2017-11-101-0/+8
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-062-2/+4
* Relax TreeGrid and Tree members access modifiers. (#10293)Ilia Motornyi2017-11-063-6/+44
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-013-57/+36
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-315-13/+10
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3122-49/+29
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-301-0/+34
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-268-17/+21
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-2624-150/+148
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-2627-88/+88
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-231-0/+17
* Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)Ahmed Ashour2017-10-201-20/+26
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-202-53/+55
* Added utility method Binder#asRequired() (#9873)Stephan Knitelius2017-10-201-0/+25
* Fix typos (#10213)Ahmed Ashour2017-10-2010-19/+19
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2018-37/+54
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2021-103/+77
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-201-20/+19
* Fix some checkstyle warnings (#10179)Ahmed Ashour2017-10-133-26/+46
* Convert AbstractDateField not to be a LegacyComponent (#10148)Ahmed Ashour2017-10-131-174/+140
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-1210-10/+10
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-123-3/+3
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-115-51/+400
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-111-27/+53
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-101-3/+0
* Fix typos (#10158)Ahmed Ashour2017-10-104-8/+6
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-109-31/+31
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-104-2/+49
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-092-3/+3
* Add empty line at the end of files (#10142)Ahmed Ashour2017-10-066-6/+6