aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1148-48/+48
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-0448-48/+48
| | | | * Update copyright year range.
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-036-12/+439
|
* Added missing numpad key codes (#11490)Tatu Lund2019-04-021-0/+42
| | | Fixes #11489
* Complete the empty since tag (#11371)8.7.0.alpha1Sun Zhe2018-12-131-1/+1
| | | | * Complete the empty since tag
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-101-0/+76
| | | | | | | | | * Add missing FocusShortcutListener Was removed from 8.0 and not readded. Fixes #8297 * Update Release note for this change
* Refactor the usage of KeyMapper in ActionManager. (#11265)Sun Zhe2018-10-261-20/+8
| | | | | | | | | * Add Test for closing window with focused textfield verify issue #10642 * Refactor the code about using keyMapper
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-197-14/+13
|
* Added possibility to add listener for connectorMarkedDirty (#10773)caalador2018-04-042-0/+77
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2745-45/+45
|
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-211-3/+3
| | | | | | | | | | | | | | | | | * Rename HierarchicalDataCommunicator#getMapper to getHierarchyMapper * Make rpc field in Notification private * Change DropIndexCalculator.ALWAYS_DROP_TO_END to a generic static method * Move EditorImpl#editRow documentation to the interface level * Correct GridDragEndEvent, GridDragStartEvent constructor javadocs * Revert SharedState.registeredEventListeners to a Set * Rename GridDropTarget dropAllowedOnSortedGridRows * Rename ColumnState.contentMode to tooltipContentMode
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-151-1/+1
|
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-315-12/+5
|
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-262-4/+4
| | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense
* Fix typos (#10213)Ahmed Ashour2017-10-201-1/+1
| | | | | | * Fix typos * Fix
* Fix typos (#10158)Ahmed Ashour2017-10-101-1/+1
|
* Fix typos (#10124)Ahmed Ashour2017-10-041-4/+4
|
* Registration to remove state.registeredEventListeners (fixes #9634) (#10130)Ahmed Ashour2017-10-042-6/+63
| | | This changes SharedState.registeredEventListeners to be a Map that keeps track of how many listeners of each type have been added, and handles unregistering of such listeners correctly.
* Break iteration when method is found (#10128)Ahmed Ashour2017-10-032-7/+4
|
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-022-26/+19
|
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-027-40/+34
| | | Also includes minor other javadoc and formatting fixes.
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-1/+1
|
* Fix javadoc references (#10067)Ahmed Ashour2017-09-234-7/+3
| | | And remove unused imports.
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-1/+1
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-213-3/+3
| | | Also includes some other minor cleanup.
* Remove unused methods (#10020)Ahmed Ashour2017-09-202-8/+0
|
* Use simple class namesAhmed Ashour2017-09-202-26/+29
|
* Ensure wrong Action is not executed after detaching a component (#9806)Henri Sara2017-08-111-2/+20
| | | | | | | | | | Due to action key generation on ActionManager a wrong action may be executed if the component that fired the wanted action is already detached. This patch makes action keys globally unique, simplifying the approach of #8495 but reusing its tests. Fixes #5864
* Implement tree item context clickIlia Motornyi2017-07-101-0/+11
| | | | | Fixes #9606 Fixes #9645 Fixes #9647
* 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
| | | | | Remove unnecessary warning on server log when using shortcut on disabled connector. Fixes #6951
* 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
| | | | | | | | * Refactor Html5 DnD client side based on API review - Moved classes to "correct" packages. - Removed method DragSourceExtension.clearDataTransferText() - Remove ButtonDragSource in favor of more generic API
* Create upload URLs only when stream variable is attached by drop handler (#9301)Adam Wagner2017-05-111-7/+8
| | | | | | * Create upload URLs only when stream variable is attached by drop handler * Add file size limit to test ui and remove label drop target
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-112-0/+106
| | | Fixes #8891
* Fix partly missing drag image regression on SafariPekka Hyvönen2017-05-101-0/+2
| | | | Doesn't fix #9261, drag image missing on Safari when dragging grid row because that has position: absolute and offset.
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-053-87/+78
| | | | | | | | | | | | - Always set some drag data - Set the dropEffect on dragEnter and dragOver events on drop target - Send the dropEffect to server on drop event with disclaimer of current support - Remove _dragOverCriteria_ and use _dropCriteria_ for `dragenter`, `dragover` and `drop` criteria Tested manually basic DnD and Grid DnD on Mac with Chrome, Firefox, Safari. Safari is still missing drag image (regression). Tested manually basic DnD and Grid Dnd on Windows IE11 and Edge. Drop event for both is still not working properly #9174.
* 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
| | | | | | | This patch introduces a Tree component, implemented as a Composite using TreeGrid. As initial version of the component, some functionality of the old Tree component has been left out for now. Partly addresses #8617
* 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
| | | | | Fixes #8892 Note that IE and Edge are not covered by this change - see #8977
* 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
| | | | Fixes #8401
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-129-60/+251
| | | | Fixes #8931
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-123-2/+126
| | | | Fixes #8400
* Make Button component draggable (#9038)Adam Wagner2017-04-101-0/+42
| | | | | | * Make Button component draggable (#9037) * Add own state to button drag source
* Clean DropEvent and DragEndEvent properties (#8925)Adam Wagner2017-03-244-30/+17
| | | | | | | | * Add dropEffect parameter to DragEndEvent (#8895) * Remove drop effect from drop event (#8895) * Make sure that drop effect is not null