Class Dialog.DialogDraggedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Dialog>
com.vaadin.flow.component.dialog.Dialog.DialogDraggedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Dialog

@DomEvent("dragged") public static class Dialog.DialogDraggedEvent extends ComponentEvent<Dialog>
`dragged` event is sent when the user finishes dragging the overlay.
See Also:
  • Constructor Details

  • Method Details

    • getLeft

      public String getLeft()
      Gets the left position of the overlay after dragging is done
      Returns:
      the left position in pixels of the overlay
    • getTop

      public String getTop()
      Gets the top position of the overlay after dragging is done
      Returns:
      the top position in pixels of the overlay