Uses of Class
org.vaadin.firitin.util.ResizeObserver.SizeChangeEvent
Packages that use ResizeObserver.SizeChangeEvent
-
Uses of ResizeObserver.SizeChangeEvent in org.vaadin.firitin.fluency.ui
Method parameters in org.vaadin.firitin.fluency.ui with type arguments of type ResizeObserver.SizeChangeEventModifier and TypeMethodDescriptiondefault com.vaadin.flow.shared.Registration
FluentHasSize.addResizeListener
(com.vaadin.flow.component.ComponentEventListener<ResizeObserver.SizeChangeEvent> listener) Deprecated.Hoping to get this feature to the core soon, there might be API conflicts at that point. -
Uses of ResizeObserver.SizeChangeEvent in org.vaadin.firitin.util
Method parameters in org.vaadin.firitin.util with type arguments of type ResizeObserver.SizeChangeEventModifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
ResizeObserver.addResizeListener
(com.vaadin.flow.component.Component component, com.vaadin.flow.component.ComponentEventListener<ResizeObserver.SizeChangeEvent> listener) Adds a listener to be notified when the size of the given component changes.