com.vaadin.flow.component.dialog.

Class Dialog.DialogResizeEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Dialog>
com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent

All Implemented Interfaces:

Serializable

Enclosing class:

Dialog

@DomEvent("resize") public static class Dialog.DialogResizeEvent extends ComponentEvent<Dialog>

`resize` event is sent when the user finishes resizing the overlay.

See Also:

  • Constructor Details

  • Method Details

    • getWidth

      public String getWidth()

      Gets the width of the overlay after resize is done

      Returns:

      the width in pixels of the overlay

    • getHeight

      public String getHeight()

      Gets the height of the overlay after resize is done

      Returns:

      the height in pixels of the overlay

    • getLeft

      public String getLeft()

      Gets the left position of the overlay after resize is done

      Returns:

      the left position in pixels of the overlay

    • getTop

      public String getTop()

      Gets the top position of the overlay after resize is done

      Returns:

      the top position in pixels of the overlay