Package org.vaadin.miki.superfields.lazyload
-
Interface Summary Interface Description ComponentObservationListener Interface for listening toComponentObservationEvent. -
Class Summary Class Description ComponentObservationEvent Information about the component being observed byComponentObserver.ComponentObserver A component that wraps Intersection Observer on the client-side to notify server-side about visibility changes.LazyLoad<C extends com.vaadin.flow.component.Component> A component that remains empty until it gets into view.LazyLoad.LazyLoadElement This class exists so thatLazyLoadcan have a custom tag name.ObservedField A field that changes value depending on whether or not it is currently shown on screen.ObservedField.ObservedFieldElement This class gives a nice tag name toObservedFieldin the browser.