| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve Binder JavaDocs and APIs (#10347)8.2.0.beta1 | Teemu Suo-Anttila | 2017-11-21 | 2 | -7/+30 |
* | Create DescriptionGenerator in package com.vaadin.ui (#10346) | Aleksi Hietanen | 2017-11-21 | 6 | -7/+36 |
* | Fix issues from API review for 8.2 (#10342) | Aleksi Hietanen | 2017-11-21 | 14 | -71/+68 |
* | Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344) | Aleksi Hietanen | 2017-11-21 | 5 | -118/+192 |
* | FileResource to use bufferSize, and StreamResource to use getCacheTime() (#10... | Ahmed Ashour | 2017-11-21 | 4 | -2/+50 |
* | Remove unused imports (#10330) | Ahmed Ashour | 2017-11-21 | 10 | -16/+7 |
* | Rename GridDragger to GridRowDragger (#10333) | Pekka Hyvönen | 2017-11-17 | 8 | -25/+25 |
* | Add documentation on GridDragger (#10328) | Pekka Hyvönen | 2017-11-16 | 6 | -5/+85 |
* | Update since tags in JavaDoc (#10325)8.2.0.alpha3 | Teemu Suo-Anttila | 2017-11-15 | 12 | -19/+19 |
* | Add helper for Grid row DnD (#10255) | Pekka Hyvönen | 2017-11-15 | 10 | -14/+1140 |
* | Add new drop mode ON_GRID for GridDropTarget (#10296) | Pekka Hyvönen | 2017-11-15 | 3 | -14/+281 |
* | Fix TreeGrid to use correct super constructor (#10291) | Jerome Meyer | 2017-11-14 | 2 | -26/+35 |
* | Improve nested property support for Binder (#9925) | Olli Tietäväinen | 2017-11-14 | 4 | -12/+477 |
* | Add API to read Binding value from bean (#10316) | Teemu Suo-Anttila | 2017-11-13 | 2 | -3/+43 |
* | Set no-store headers on UIDL messages | Leif Åstrand | 2017-11-10 | 1 | -3/+9 |
* | Add ContentMode for row and cell descriptions in Grid (#10282) | Teemu Suo-Anttila | 2017-11-10 | 1 | -8/+60 |
* | Relax mapper access in HierarchicalDataCommunicator | Ilia Motornyi | 2017-11-10 | 1 | -0/+8 |
* | HasItems.setItems(T... items) should allow edits (#10290) | Pekka Hyvönen | 2017-11-06 | 5 | -3/+92 |
* | Relax TreeGrid and Tree members access modifiers. (#10293) | Ilia Motornyi | 2017-11-06 | 3 | -6/+44 |
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 5 | -96/+62 |
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 8 | -34/+25 |
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 22 | -49/+29 |
* | add Grid.Column#get/setAssistiveCaption (#10219) | Knoobie | 2017-10-30 | 2 | -0/+41 |
* | Use lambda with Handlers (#10229) | Ahmed Ashour | 2017-10-27 | 1 | -1/+0 |
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 20 | -48/+54 |
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 27 | -153/+151 |
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 30 | -95/+95 |
* | Grid column to be sortable when implemented/supported (Fixes #8792). (#10190) | Ahmed Ashour | 2017-10-23 | 2 | -3/+31 |
* | Grid.removeColumn() not to fail silently (Fixes #8056) (#10215) | Ahmed Ashour | 2017-10-20 | 2 | -37/+105 |
* | AbstractDateField.formatDate() to be abstract (#10186) | Ahmed Ashour | 2017-10-20 | 3 | -53/+60 |
* | Added utility method Binder#asRequired() (#9873) | Stephan Knitelius | 2017-10-20 | 1 | -0/+25 |
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 10 | -19/+19 |
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 29 | -50/+69 |
* | Simplify lambda expressions (#10198) | Ahmed Ashour | 2017-10-20 | 32 | -184/+128 |
* | AbstractDateField: set value after being invalid (#10187) | Ahmed Ashour | 2017-10-20 | 1 | -20/+19 |
* | Fix some checkstyle warnings (#10179) | Ahmed Ashour | 2017-10-13 | 3 | -26/+46 |
* | Convert AbstractDateField not to be a LegacyComponent (#10148) | Ahmed Ashour | 2017-10-13 | 2 | -186/+152 |
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 13 | -14/+14 |
* | Remove redundant null checks before an instanceof (#10173) | Ahmed Ashour | 2017-10-12 | 3 | -3/+3 |
* | Add ErrorLevel to Validators and results (#10099) | Teemu Suo-Anttila | 2017-10-11 | 6 | -51/+420 |
* | Fix Binder bean writing to only validate and write given bindings (#10162) | Teemu Suo-Anttila | 2017-10-11 | 3 | -33/+95 |
* | Prevent Grid refreshAll from getting stuck due mismatched state (#10161) | Ansku | 2017-10-10 | 1 | -3/+0 |
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 4 | -8/+6 |
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 11 | -36/+35 |
* | Edit grid row by index - server side (#10040) | Piotr Wilkin | 2017-10-10 | 4 | -2/+49 |
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 2 | -3/+3 |
* | Add empty line at the end of files (#10142) | Ahmed Ashour | 2017-10-06 | 6 | -6/+6 |
* | Don't use synthetic methods for listener classes. (#10135) | Ahmed Ashour | 2017-10-04 | 10 | -44/+74 |
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 8 | -22/+25 |
* | Registration to remove state.registeredEventListeners (fixes #9634) (#10130) | Ahmed Ashour | 2017-10-04 | 4 | -24/+83 |