Class ResizeObserver.SizeChangeEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
org.vaadin.firitin.util.ResizeObserver.SizeChangeEvent
All Implemented Interfaces:
Serializable
Enclosing class:
ResizeObserver

public static class ResizeObserver.SizeChangeEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
Event fired when the size of a component changes.
See Also:
  • Constructor Details

    • SizeChangeEvent

      public SizeChangeEvent(com.vaadin.flow.component.UI ui, com.vaadin.flow.component.Component component, ResizeObserver.Dimensions dimensions)
  • Method Details

    • getComponent

      public com.vaadin.flow.component.Component getComponent()
      Returns:
      the component that was resized
    • getWidht

      public int getWidht()
      Returns:
      the new width of the component in pixels
    • getHeight

      public int getHeight()
      Returns:
      the new height of the component in pixels
    • getDimensions

      public ResizeObserver.Dimensions getDimensions()
      Returns:
      the new dimensions of the component