|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.WDropEvent
public class WDropEvent
A class providing details for a drop event.
WWidget.dropEvent(WDropEvent event)| Constructor Summary | |
|---|---|
WDropEvent(WObject source,
java.lang.String mimeType,
WMouseEvent mouseEvent)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMimeType()
Returns the mime type of this drop event. |
WMouseEvent |
getMouseEvent()
Returns the original mouse event. |
WObject |
getSource()
Returns the source of the drag&drop operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WDropEvent(WObject source,
java.lang.String mimeType,
WMouseEvent mouseEvent)
| Method Detail |
|---|
public WObject getSource()
The source is the widget that was set draggable using
WInteractWidget#setDraggable().
public java.lang.String getMimeType()
public WMouseEvent getMouseEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||