Class DnDParameter
java.lang.Object
com.levigo.jadice.web.client.tools.dnd.DnDParameter
The parameter is given to
ExportHandler
s and ImportHandler
s to handle different
types of drag and drop related events.-
Constructor Summary
ConstructorsConstructorDescriptionDnDParameter
(com.google.gwt.event.dom.client.DragDropEventBase event, ThumbnailView thumbnailView, SelectionBehavior behavior, boolean isSameThumbnail) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.event.dom.client.DragDropEventBase
getEvent()
boolean
-
Constructor Details
-
DnDParameter
public DnDParameter(com.google.gwt.event.dom.client.DragDropEventBase event, ThumbnailView thumbnailView, SelectionBehavior behavior, boolean isSameThumbnail) - Parameters:
event
- The fired eventthumbnailView
- The handling Thubehavior
- The current selectionBehaviorisSameThumbnail
- If the drag was started from this thumbnailView
-
-
Method Details
-
getBehavior
-
getThumbnailView
-
getEvent
public com.google.gwt.event.dom.client.DragDropEventBase getEvent() -
isSameThumbnail
public boolean isSameThumbnail()
-