| Package | Description |
|---|---|
| org.vaadin.miki.superfields.lazyload |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObservedField.ObservedFieldElement
This class gives a nice tag name to
ObservedField in the browser. |
| Constructor and Description |
|---|
ComponentObservationEvent(ComponentObserver source,
com.vaadin.flow.component.Component observedComponent,
double visibilityRange)
Constructs a prototypical Event.
|
| Constructor and Description |
|---|
LazyLoad(C contents,
com.vaadin.flow.function.SerializableSupplier<ComponentObserver> observerSupplier)
Creates lazy load wrapper for given contents.
|
LazyLoad(com.vaadin.flow.function.SerializableSupplier<C> contentSupplier,
com.vaadin.flow.function.SerializableSupplier<ComponentObserver> observerSupplier)
Creates lazy load wrapper for given component supplier.
|
LazyLoad(com.vaadin.flow.function.SerializableSupplier<C> contentSupplier,
com.vaadin.flow.function.SerializableSupplier<ComponentObserver> observerSupplier,
boolean removeOnHide)
Creates lazy load wrapper for given component supplier.
|
Copyright © 2023 Miki. All rights reserved.