summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-064-2/+86
* Relax TreeGrid and Tree members access modifiers. (#10293)Ilia Motornyi2017-11-063-6/+44
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-015-96/+62
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-318-34/+25
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3122-49/+29
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-302-0/+41
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-1/+0
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-2620-48/+54
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-2627-153/+151
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-2630-95/+95
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-232-3/+31
* Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)Ahmed Ashour2017-10-202-37/+105
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-203-53/+60
* 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-2029-50/+69
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2032-184/+128
* 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-132-186/+152
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-1213-14/+14
* 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-116-51/+420
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-113-33/+95
* 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-1011-36/+35
* 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
* Don't use synthetic methods for listener classes. (#10135)Ahmed Ashour2017-10-0410-44/+74
* Fix typos (#10124)Ahmed Ashour2017-10-048-22/+25
* Registration to remove state.registeredEventListeners (fixes #9634) (#10130)Ahmed Ashour2017-10-044-24/+83
* Break iteration when method is found (#10128)Ahmed Ashour2017-10-032-7/+4
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03170-2046/+2211
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-027-50/+37
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0275-236/+242
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-2911-58/+25
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-2918-57/+74
* Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2Henri Sara2017-09-282-21/+0
* Add since tags and update release notes (#10109)Henri Sara2017-09-284-46/+58
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-282-0/+201
* Update empty since tags for 8.2 (#10107)Henri Sara2017-09-286-7/+7
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2825-72/+76
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-2815-66/+68
* Fix typos (#10095)Ahmed Ashour2017-09-273-7/+7
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-274-124/+173
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21