| Interface | Description |
|---|---|
| ContentTypeResolver |
Content type resolver.
|
| DeploymentConfiguration |
A collection of properties configured at deploy time as well as a way of
accessing third party properties not explicitly supported by this class.
|
| SerializableBiConsumer<T,U> |
A
BiConsumer that is also Serializable. |
| SerializableBiFunction<T,U,R> |
A
BiFunction that is also Serializable. |
| SerializableBiPredicate<T,U> |
A
BiPredicate that is also Serializable. |
| SerializableComparator<T> |
A
Comparator that is also Serializable. |
| SerializableConsumer<T> |
A
Consumer that is also Serializable. |
| SerializableEventListener |
Event listener interface that is serializable.
|
| SerializableFunction<T,R> |
A
Function that is also Serializable. |
| SerializablePredicate<T> |
A
Predicate that is also Serializable. |
| SerializableRunnable |
A
Runnable that is also Serializable. |
| SerializableSupplier<T> |
A
Supplier that is also Serializable. |
| SerializableTriConsumer<T,U,V> |
Like
SerializableBiConsumer, but with three arguments. |
| VaadinApplicationInitializationBootstrap |
Represents Vaadin web application initialization bootstrap.
|
| ValueProvider<SOURCE,TARGET> |
A callback interface for providing values from a given source.
|
Copyright © 2025. All rights reserved.