aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event
Commit message (Expand)AuthorAgeFilesLines
* Clean DropEvent and DragEndEvent properties (#8925)Adam Wagner2017-03-244-30/+17
* Add API support for setting server side drag data (#8915)Adam Wagner2017-03-242-0/+42
* Remove support for transfer data type (#8910)Adam Wagner2017-03-225-154/+78
* Deprecate old DnD functionality (#8864)Pekka Hyvönen2017-03-227-5/+25
* Fix some javadoc errors (#8873)Ahmed Ashour2017-03-201-4/+4
* Remove extra empty javadocs before package declaration (#8776)Ahmed Ashour2017-03-089-27/+0
* Add @author and @since tags to drag and drop related new files (#8693) (#8694)Adam Wagner2017-03-018-1/+18
* Make DragSource extension/component available in DropEvent (#8636)Adam Wagner2017-02-227-16/+61
* Add javadoc warning and example for criteria scripts (#8643)Adam Wagner2017-02-221-0/+42
* Make DragSourceExtension and DragTargetExtension generic (#8628)Adam Wagner2017-02-218-75/+150
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-166-1/+15
* HTML5 Drag and Drop Support (#8264)Adam Wagner2017-02-108-0/+720
* Implement GridSortOrder and SortOrderBuilders (#8338)Aleksi Hietanen2017-01-271-13/+9
* Use getFirstSelectedItem() instead of getFirstSelected(). (#8308)Denis2017-01-243-3/+3
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-132-13/+13
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-027-9/+11
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-205-9/+9
* Add a SortListener to a Grid (#8008)8.0.0.alpha10Denis2016-12-151-0/+117
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-151-116/+0
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-143-21/+58
* Add SerializableEventListener, make it parent of ConnectorEventListener (#7980)Pekka Hyvönen2016-12-142-3/+41
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-128-0/+10
* Remove unused EventListener interface (#7953)Aleksi Hietanen2016-12-121-50/+0
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-095-11/+92
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-28/+0
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-303-3/+33
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-292-1/+12
* Add MultiSelect support for GridPekka Hyvönen2016-11-291-1/+32
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-232-6/+19
* Remove HasValue from GridPekka Hyvönen2016-11-102-16/+37
* Use final modifier where appropriatePer-Åke Minborg2016-11-0910-11/+11
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-051-1/+1
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-2/+2
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-032-25/+31
* Remove manual array copyPer-Åke Minborg2016-11-022-6/+3
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-022-31/+25
* Remove redundant castsPer-Åke Minborg2016-11-022-4/+4
* Make SelectionModel API only server side.Denis Anisimov2016-11-022-2/+2
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-311-0/+33
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-254-26/+34
* Move old SelectionEvent to V7 and create a new selection event supertype Denis Anisimov2016-10-244-136/+60
* Unify listeners on the server sideAleksi Hietanen2016-09-297-31/+75
* Implement support for binding multi-select componentsLeif Åstrand2016-09-141-9/+10
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-142-0/+113
* Add a simple non-connector single selection modelJohannes Dahlström2016-09-122-0/+105
* Use diamond operator where it can be usedArtur Signell2016-09-055-12/+12
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-5/+5
* Implement SingleSelection on client and serverJohannes Dahlström2016-08-311-0/+50
* Move old Field and AbstractField to compatibility packageArtur Signell2016-08-261-7/+6
* Move old TextField to compatibility packageArtur Signell2016-08-261-77/+0