Interface BeforeNavigationInitializer

All Known Implementing Classes:
BpmBeforeNavigationInitializer

public interface BeforeNavigationInitializer
Allows to customize view right before navigation occurs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(View<?> instance, com.vaadin.flow.router.NavigationEvent event)
     
  • Method Details

    • initialize

      void initialize(View<?> instance, com.vaadin.flow.router.NavigationEvent event)