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

      @Deprecated(forRemoval=true) public int getWidht()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use getWidth() instead. This method has a typo in the name.
      Returns:
      the new width of the component in pixels
    • getWidth

      public int getWidth()
      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