Package com.vaadin.ui

Class Window.ResizeEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Window

    public static class Window.ResizeEvent
    extends Component.Event
    Resize events are fired whenever the client-side fires a resize-event (e.g. the browser window is resized). The frequency may vary across browsers.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResizeEvent

        public ResizeEvent​(Component source)
        Parameters:
        source -
    • Method Detail

      • getWindow

        public Window getWindow()
        Get the window form which this event originated
        Returns:
        the window