| Package | Description |
|---|---|
| com.vaadin.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CurrentInstance.defineFallbackResolver(Class<T> type,
CurrentInstanceFallbackResolver<T> fallbackResolver)
Adds a CurrentInstanceFallbackResolver, that is triggered when
CurrentInstance.get(Class) can't find a suitable instance for the given type
parameter. |
Copyright © 2021 Vaadin Ltd. All rights reserved.