Uses of Interface
com.vaadin.util.CurrentInstanceFallbackResolver
-
Packages that use CurrentInstanceFallbackResolver Package Description com.vaadin.util -
-
Uses of CurrentInstanceFallbackResolver in com.vaadin.util
Methods in com.vaadin.util with parameters of type CurrentInstanceFallbackResolver Modifier and Type Method Description static <T> void
CurrentInstance. defineFallbackResolver(Class<T> type, CurrentInstanceFallbackResolver<T> fallbackResolver)
Adds a CurrentInstanceFallbackResolver, that is triggered whenCurrentInstance.get(Class)
can't find a suitable instance for the given type parameter.
-