Class ResizeObserver

java.lang.Object
org.vaadin.firitin.util.ResizeObserver

@Deprecated(forRemoval=false) public class ResizeObserver extends Object
Deprecated.
Consider this an early draft that may change unexpectedly. Feedback for the helper highly appreciated, hoping to get similar tooling to core soon to replace resize listener in Page.
A helper to detect and observe changes for the size of the given component. Allows you for example to easily configure Grid columns for different devices or swap component implementations based on the screen size/orientation.