diff options
author | Denis Anisimov <denis@vaadin.com> | 2014-04-27 16:58:55 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-25 13:52:16 +0000 |
commit | 9ea4409bbe7079887a5a3c497494d4986ddabefd (patch) | |
tree | 0140375ae30ac956f9a6e41ad05b3ae70dbdb54e /server/src/com/vaadin/ui/DragAndDropWrapper.java | |
parent | 117c45ae1c3753e38c2ac41296ebc043c74b835e (diff) | |
download | vaadin-framework-9ea4409bbe7079887a5a3c497494d4986ddabefd.tar.gz vaadin-framework-9ea4409bbe7079887a5a3c497494d4986ddabefd.zip |
Make getMouseEvent() method available in the TargetDetailsImpl (#13416).
Change-Id: Ie2b142fbfbe690aad741c668480e9bb3a1898fb5
Diffstat (limited to 'server/src/com/vaadin/ui/DragAndDropWrapper.java')
-rw-r--r-- | server/src/com/vaadin/ui/DragAndDropWrapper.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/src/com/vaadin/ui/DragAndDropWrapper.java b/server/src/com/vaadin/ui/DragAndDropWrapper.java index 0e2e8f6d2f..6e4ec903d2 100644 --- a/server/src/com/vaadin/ui/DragAndDropWrapper.java +++ b/server/src/com/vaadin/ui/DragAndDropWrapper.java @@ -132,15 +132,6 @@ public class DragAndDropWrapper extends CustomComponent implements DropTarget, } /** - * @return details about the actual event that caused the event details. - * Practically mouse move or mouse up. - */ - public MouseEventDetails getMouseEvent() { - return MouseEventDetails - .deSerialize((String) getData("mouseEvent")); - } - - /** * @return a detail about the drags vertical position over the wrapper. */ public VerticalDropLocation getVerticalDropLocation() { |