aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event
Commit message (Expand)AuthorAgeFilesLines
* Ensure wrong Action is not executed after detaching a component (#9806)Henri Sara2017-08-111-2/+20
* Implement tree item context clickIlia Motornyi2017-07-101-0/+11
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-295-32/+46
* Remove warning for shortcuts on disabled connector (#9352)Olli Tietäväinen2017-05-181-3/+0
* Improve CollapseEvent and ExpandEvent javadocsAleksi Hietanen2017-05-162-4/+6
* Make CollapseListener and ExpandListener extend SerializableEventListenerAleksi Hietanen2017-05-162-4/+2
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-1224-1375/+8
* Create upload URLs only when stream variable is attached by drop handler (#9301)Adam Wagner2017-05-111-7/+8
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-112-0/+106
* Fix partly missing drag image regression on SafariPekka Hyvönen2017-05-101-0/+2
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-053-87/+78
* Add missing since tags for 8.1 (#9220)Henri Sara2017-05-032-0/+2
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-022-0/+193
* Add method for checking whether drag event was cancelled (#9214)Adam Wagner2017-05-021-0/+11
* Make some of dnd's javadoc clearer.Adam Wagner2017-04-272-4/+21
* Make it possible to set a Resource as drag image (#9088)Adam Wagner2017-04-251-0/+11
* Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6Henri Sara2017-04-196-28/+28
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-126-6/+12
* Make it possible to drop things between Grid rows (#8979)Adam Wagner2017-04-121-7/+20
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-129-60/+251
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-123-2/+126
* Make Button component draggable (#9038)Adam Wagner2017-04-101-0/+42
* 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