Class SupportsAfterViewNavigationHandler.AfterViewNavigationEvent<V>

java.lang.Object
java.util.EventObject
io.jmix.flowui.view.navigation.SupportsAfterViewNavigationHandler.AfterViewNavigationEvent<V>
All Implemented Interfaces:
Serializable
Enclosing interface:
SupportsAfterViewNavigationHandler<V extends View>

public static class SupportsAfterViewNavigationHandler.AfterViewNavigationEvent<V> extends EventObject
See Also:
  • Field Details

    • view

      protected final V view
  • Constructor Details

    • AfterViewNavigationEvent

      public AfterViewNavigationEvent(Object source, V view)
  • Method Details

    • getView

      public V getView()