Thanks, it's not exactly what I'm trying to do, but I've managed to do
that:
DOM.setStyleAttribute(this.myPanel.getElement(),
"cursor", "move");
The mouse pointer changes like I want, but when I'm moving on widgets
like buttons or textboxes, the pointer changes back to standard
component cursor.
I'm implementing a drag'n'drop from image to widget.
The d'n'd works, but there's no feedback, for this reason I'm trying
to change the pointer of the mouse, between the mouse down on the
image and the mouse up somewhere.