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:
 
- 
Field Summary
Fields inherited from class EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionSizeChangeEvent(com.vaadin.flow.component.UI ui, com.vaadin.flow.component.Component component, ResizeObserver.Dimensions dimensions)  - 
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class EventObject
toString 
- 
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
- Returns:
 - the new dimensions of the component
 
 
 -