*
* @return The new dragged widget.
*/
protected Widget createDraggedWidget() {
final Element element = this.getWidget().getElement();
return new Html((Element) element.cloneNode(true).cast());
}
/**
* This method visits all registered drop targets and attempts to find one
* that includes the given coordinates.