On drop event, I would like to get elemental.dom.Clipboard object from onDrop(com.google.gwt.event.dom.client.DropEvent event) method. The idea is to read the binary data and the name of the file being dropped onto a com.google.gwt.user.client.ui.ScrollPanel. How do I do this ? Apparently, it is not possible to mix Elemental and Widget.