Uses of Record Class
com.vaadin.flow.component.Component.Size
Packages that use Component.Size
-
Uses of Component.Size in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return types with arguments of type Component.SizeModifier and TypeMethodDescriptionComponent.sizeSignal()Returns a signal that tracks the current size of this component as observed by the browser'sResizeObserverAPI. -
Uses of Component.Size in com.vaadin.flow.component.internal
Method parameters in com.vaadin.flow.component.internal with type arguments of type Component.SizeModifier and TypeMethodDescriptionvoidComponentSizeObserver.observe(Element element, ValueSignal<Component.Size> signal) Starts observing the given element and updates the signal with size changes.voidComponentSizeObserver.unobserve(ValueSignal<Component.Size> signal) Stops observing the component associated with the given signal.