Package io.jmix.flowui.sys
Interface BeforeNavigationInitializer
- All Known Implementing Classes:
BpmBeforeNavigationInitializer
public interface BeforeNavigationInitializer
Allows to customize view right before navigation occurs.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(View<?> instance, com.vaadin.flow.router.NavigationEvent event)
-
Method Details