Class DnDParameter

java.lang.Object
com.levigo.jadice.web.client.tools.dnd.DnDParameter

public class DnDParameter extends Object
The parameter is given to ExportHandlers and ImportHandlers to handle different types of drag and drop related events.
  • Constructor Details

    • DnDParameter

      public DnDParameter(com.google.gwt.event.dom.client.DragDropEventBase event, ThumbnailView thumbnailView, SelectionBehavior behavior, boolean isSameThumbnail)
      Parameters:
      event - The fired event
      thumbnailView - The handling Thu
      behavior - The current selectionBehavior
      isSameThumbnail - If the drag was started from this thumbnailView
  • Method Details

    • getBehavior

      public SelectionBehavior getBehavior()
    • getThumbnailView

      public ThumbnailView getThumbnailView()
    • getEvent

      public com.google.gwt.event.dom.client.DragDropEventBase getEvent()
    • isSameThumbnail

      public boolean isSameThumbnail()